0.5.84 • Published 6 months ago

@inkeep/cxkit-mintlify v0.5.84

Weekly downloads
-
License
Inkeep, Inc. Cust...
Repository
github
Last release
6 months ago

@inkeep/js

To run:

pnpm dev

This spins up a local server that serves the js scripts on localhost:3001.

To use the js scripts in your project, you can use the following import:

<script type="module" defer src="http://localhost:3001/embed.js"></script>

Usage

Sample usage:

function loadScript(url, callback) {
  const script = document.createElement('script')
  script.src = url
  script.type = 'text/javascript'
  script.onload = callback
  document.head.appendChild(script)
}

// Usage example:
loadScript('http://localhost:3001/index.js', () => {
  const settings = {
    baseSettings: {
      apiKey: 'YOUR_API_KEY',
      primaryBrandColor: '#26D6FF',
      organizationDisplayName: 'Your Org',
    },
    aiChatSettings: {
      aiAssistantAvatar: 'https://mydomain.com/mylogo.svg',
      exampleQuestions: ['Example question 1?', 'Example question 2?', 'Example question 3?'],
    },
  }

  // Initialize search modal with your settings
  Inkeep.ModalSearchAndChat(settings)

  // Initialize chat button with your settings
  Inkeep.ChatButton(settings)
})
0.5.84

6 months ago

0.5.83

6 months ago

0.5.82

6 months ago

0.5.81

6 months ago

0.5.80

6 months ago

0.5.79

7 months ago

0.5.78

7 months ago

0.5.77

7 months ago

0.5.76

7 months ago

0.5.75

7 months ago

0.5.74

7 months ago

0.5.73

7 months ago

0.5.72

7 months ago

0.5.71

7 months ago

0.5.70

7 months ago

0.5.69

7 months ago

0.5.68

7 months ago

0.5.67

7 months ago

0.5.66

7 months ago

0.5.65

7 months ago

0.5.64

8 months ago

0.5.63

8 months ago

0.5.62

8 months ago

0.5.59

8 months ago

0.5.58

8 months ago

0.5.57

8 months ago

0.5.56

8 months ago

0.5.55

8 months ago

0.5.54

8 months ago

0.5.52

8 months ago

0.5.51

8 months ago

0.5.50

8 months ago

0.5.49

8 months ago

0.5.48

8 months ago

0.5.47

8 months ago

0.5.46

8 months ago

0.5.45

8 months ago

0.5.44

8 months ago

0.5.43

8 months ago

0.5.42

8 months ago

0.5.41

8 months ago

0.5.40

8 months ago