diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0cf0af36..7f78c1c4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. 2. List the location of the build file 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 diff --git a/automation/capitanodoc/capitanodoc.ts b/automation/capitanodoc/capitanodoc.ts index f687050d..9df2aed4 100644 --- a/automation/capitanodoc/capitanodoc.ts +++ b/automation/capitanodoc/capitanodoc.ts @@ -36,9 +36,6 @@ import { GlobSync } from 'glob'; * 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. * - * Resources with plural names needs to have 2 sections if they have commands like: - * "fleet, fleets" or "device, devices" or "tag, tags" - * */ interface Category {