Configuration
Rise4fun enables various plugins and features automatically:
- math rendering (disable with
math: false
) - npm + yarn tab snippets (disable with
npm2yarn: false
) - diagrams (disable with
mermaid: false
) - GitHub repository link in menu bar (disable with
githubButton: false
)
We'll see in the next section how to enable more features.
tip
Restart the develpment web server after modifying docusaurus.config.js
.
Microsoft projects
If the organizationName
is microsoft
, rise4fun also
- inject legal links to privacy, trademarks, terms of use
- automatically generates a copyright message
You can disable this feature using legal: false
.