An open API service indexing awesome lists of open source software.

https://github.com/ioncakephper/yaml-to-docusaurus

NodeJS app to create Markdown documents and sidebar for Docusaurus from a .yaml outline file.
https://github.com/ioncakephper/yaml-to-docusaurus

Last synced: 3 months ago
JSON representation

NodeJS app to create Markdown documents and sidebar for Docusaurus from a .yaml outline file.

Awesome Lists containing this project

README

        

# yaml-to-docusaurus
NodeJS app to create Markdown documents and sidebar for Docusaurus from a .yaml outline file.

## Installation

Install `yaml-to-docusaurus` globally:

```bash
$ npm install yaml-to-docusaurus -g
```

## Initialize `yaml-to-docusaurus`

Change to the folder storing the `docusaurus` environment, and run `yaml-to-docusaurus-init`.

```bash
$ cd
$ yaml-to-docusaurus-init
```

The `templates` folder, `yaml-to-docusaurus.yaml` file, and `yaml-to-docusaurus-config.js` file appear in the folder.

## Add topics and headers to `yaml-to-docusaurus.yaml`

You can update the project title, add or edit topic titles and headers. Edit `yaml-to-docusaurus.yaml` and make sure the `.yaml` file is valid.

## Generate