1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/website
Ivar Conradi Østhus 72657a60a0
feat: expose kapi as part of docs (#3996)
Small poc to add ask kapi.ai to our docs. UI not great yet. 


![image](https://github.com/Unleash/unleash/assets/158948/68a5b60f-0262-4fe3-89d8-3fcf30d23029)

And this is the widget in action:

![image](https://github.com/Unleash/unleash/assets/158948/63b0bcdd-b164-46dc-89ea-7f7f80aa364a)

---------

Co-authored-by: Thomas Heartman <thomas@getunleash.io>
2023-06-23 13:55:59 +02:00
..
.storybook
docs chore: Document default strategy (#4010) 2023-06-22 15:42:07 +00:00
remote-content
src feat: expose kapi as part of docs (#3996) 2023-06-23 13:55:59 +02:00
static chore: Document default strategy (#4010) 2023-06-22 15:42:07 +00:00
.gitignore
babel.config.js
clean-generated-docs.js
docusaurus.config.js feat: expose kapi as part of docs (#3996) 2023-06-23 13:55:59 +02:00
package.json chore(deps): update dependency enhanced-resolve to v5.15.0 (#4054) 2023-06-22 15:27:09 +00:00
README.md
sidebars.js docs: document how and why we collect data when using Unleash (#4020) 2023-06-21 09:17:35 +02:00
tsconfig.json
yarn.lock chore(deps): update dependency enhanced-resolve to v5.15.0 (#4054) 2023-06-22 15:27:09 +00:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.