Contributing: No longer request separate folders for plural commands

Change-type: patch
This commit is contained in:
myarmolinsky 2024-09-25 07:49:16 -04:00
parent 77ccd9c39c
commit 276d61cf6c
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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 {