mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
Contributing: No longer request separate folders for plural commands
Change-type: patch
This commit is contained in:
parent
77ccd9c39c
commit
276d61cf6c
@ -133,7 +133,6 @@ To add a new command to be documented,
|
|||||||
1. Find the resource which it is part of or create a new one.
|
1. Find the resource which it is part of or create a new one.
|
||||||
2. List the location of the build file
|
2. List the location of the build file
|
||||||
3. Make sure to add your files in alphabetical order
|
3. Make sure to add your files in alphabetical order
|
||||||
4. Resources with plural names needs to have 2 sections if they have commands like: "fleet, fleets" or "device, devices" or "tag, tags"
|
|
||||||
|
|
||||||
Once added, run the command `npm run build` to generate the documentation
|
Once added, run the command `npm run build` to generate the documentation
|
||||||
|
|
||||||
|
@ -36,9 +36,6 @@ import { GlobSync } from 'glob';
|
|||||||
* This dictionary is the source of truth that creates the docs config which is used
|
* This dictionary is the source of truth that creates the docs config which is used
|
||||||
* to generate the CLI documentation. By default, the folder name will be used.
|
* to generate the CLI documentation. By default, the folder name will be used.
|
||||||
*
|
*
|
||||||
* Resources with plural names needs to have 2 sections if they have commands like:
|
|
||||||
* "fleet, fleets" or "device, devices" or "tag, tags"
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
interface Category {
|
interface Category {
|
||||||
|
Loading…
Reference in New Issue
Block a user