mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
docs: Add reference to Actions for custom claims and custom attributes (#7204)
* make clear that yarn generate has to be run first * add reference to custom claims * add reference to custom saml attribute
This commit is contained in:
@@ -8,11 +8,13 @@ To add a new site to the already existing structure simply save the `md` file in
|
||||
|
||||
## Installation
|
||||
|
||||
Install dependencies with
|
||||
|
||||
```
|
||||
yarn install
|
||||
```
|
||||
|
||||
## Generate
|
||||
then run
|
||||
|
||||
```
|
||||
yarn generate
|
||||
@@ -21,10 +23,18 @@ yarn generate
|
||||
|
||||
## Local Development
|
||||
|
||||
Start a local development server with
|
||||
|
||||
```
|
||||
yarn start
|
||||
```
|
||||
|
||||
When working on the API docs, run a local development server with
|
||||
|
||||
```
|
||||
yarn start:api
|
||||
```
|
||||
|
||||
## Container Image
|
||||
|
||||
If you just want to start docusaurus locally without installing node you can fallback to our container image.
|
||||
|
Reference in New Issue
Block a user