c8dc299ae3
* Create index.mdx Add Wekan example * updated to include wekan entry * Update and rename website/docs/sources.md to website/docs/sources/index.md Break Sources into individual pages. * Update and rename website/docs/sources/index.md to website/docs/sources/ldap/index.md * Create index.md * Update index.md * Update index.md * Create index.md * Create index.md * Create index.md * Update index.md * Update index.md * Update index.md * Create index.md * discord images * spacing * Added discord * discord changes * Added sources breakdown to the sidebar * Fixed the saml title * Added github examples * fixed formatting * Changed file path, updated sidebar, added google. * fixed a spelling mistake * Cleaned up formatting * Fixed Notes * Added Bookstack to the intergrations * Fixed a typo with formatting * Added a line break for Advanced protocol settings * Added Vikunja to integration providers docs * web: update tsconfig Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org> * Add Portainer to integration provider docs Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org> |
||
---|---|---|
.. | ||
developer-docs | ||
docs | ||
help | ||
src | ||
static | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
README.md | ||
babel.config.js | ||
docusaurus.config.js | ||
docusaurus.docs-only.js | ||
package-lock.json | ||
package.json | ||
sidebars.js | ||
sidebarsDev.js | ||
static.go |
README.md
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 open 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.