Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-25 00:19:28 +00:00
parent 1dafedaa9a
commit 048e3ad81e
110 changed files with 206 additions and 173 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# docsify
> Initialize and serve markdown documentation.
> More information: <https://cli.docsifyjs.org>.
> More information: <https://cli.docsifyjs.org/#/?id=usage>.
- Initialize a new documentation in the current directory:
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Serve local documentation on `localhost` at the specified port:
`docsify serve --port {{80}} {{path/to/directory}}`
`docsify serve {{[-p|--port]}} {{80}} {{path/to/directory}}`
- Generate a sidebar markdown file in the specified directory: