mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
0a85dd822f
* docs: Added the latest quickstart guide and removed the old one. Modified the content on the overview page. * Renamed developer-quickstart.mdx to quickstart.mdx and other changes to resolve broken links * Update docs/docs/guides/start/quickstart.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/start/quickstart.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Update docs/docs/guides/start/quickstart.mdx Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> * Added a note on the scope of the application. Co-authored-by: Dakshitha Ratnayake <dakshitharatnayake@Dakshithas-MBP.localdomain> Co-authored-by: Fabi <38692350+hifabienne@users.noreply.github.com> |
||
---|---|---|
.. | ||
docs | ||
src | ||
static | ||
.gitignore | ||
babel.config.js | ||
docker-compose.yml | ||
docusaurus.config.js | ||
netlify.toml | ||
package.json | ||
README.md | ||
sidebars.js | ||
tailwind.config.js | ||
yarn.lock |
Website
This website is built using Docusaurus 2, a modern static website generator.
Add new Sites to existing Topics
To add a new site to the already existing structure simply save the md
file into the corresponding folder and append the sites id int the file sidebars.js
.
Installation
yarn install
Local Development
yarn start
As an alternative you can use this docker compose command:
docker compose up
These commands start a local development server. 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
Each PR will be automatically built with a preview link from cloudflare pages. Visit the checks / comments on the PR for the link.