mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-30 18:58:36 +02:00
* Do not show users related UI if no users have been specified * Fixed typo in Docusaurus homepage link * Allow projects without icons Not every project has an icon, so avoid showing a broken image in that case. * Do not show project icon in the footer if there's no footer icon |
||
---|---|---|
.. | ||
initialize.js | ||
package-lock.json | ||
package.json | ||
README.md |
docusaurus-init
An initialization script for Docusaurus.
What does it do?
Docusaurus was designed from the ground up to be easily installed and used to get your website up an running quickly. To install Docusaurus, we have created an easy script that will get all of the infrastructure setup for you:
- Go into the root of your GitHub repo directory where you will be creating the docs.
yarn global add docusaurus-init
ornpm install --global docusaurus-init
docusaurus-init
Find out more in the official docs.