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:
mffap
2024-01-11 16:27:37 +02:00
committed by GitHub
parent 86b118a4b8
commit 91081caf9f
3 changed files with 44 additions and 2 deletions

View File

@@ -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.