docusaurus/docusaurus-init
António Afonso 829508797e A bunch of tiny little fixes for issues I found while setting up docusaurus (#312)
* 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
2017-12-18 09:26:33 -08:00
..
initialize.js Add newlines at end of generated files (#283) 2017-12-13 13:55:40 -08:00
package-lock.json Update docusaurus-init to 1.0.1 2017-12-13 20:31:22 -08:00
package.json Update docusaurus-init to 1.0.1 2017-12-13 20:31:22 -08:00
README.md A bunch of tiny little fixes for issues I found while setting up docusaurus (#312) 2017-12-18 09:26:33 -08:00

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:

  1. Go into the root of your GitHub repo directory where you will be creating the docs.
  2. yarn global add docusaurus-init or npm install --global docusaurus-init
  3. docusaurus-init

Find out more in the official docs.