Skip to content

Make command reference more compact #291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 15, 2022

Conversation

rgwood
Copy link
Contributor

@rgwood rgwood commented Mar 14, 2022

Fixes #278. The command reference page is a beast that brings Chrome and Algolia to their knees, because it's generated by concatenating every individual command page (including examples). This PR changes the command reference to a much more compact table with links:

image

It does so by sticking command usage info in front matter where it can be used in a VuePress template.

@rgwood
Copy link
Contributor Author

rgwood commented Mar 15, 2022

@fdncred I know you're not the biggest fan of keeping 1 Markdown file per command, but I think this is a straightforward way to address our Algolia problems. Happy to reconsider or scrap this solution if you disagree.

@fdncred
Copy link
Contributor

fdncred commented Mar 15, 2022

let's run with it and see how it goes/indexes/searches. Thanks for all the hard work!

@fdncred fdncred merged commit e57b9fa into nushell:main Mar 15, 2022
ayax79 pushed a commit to ayax79/nushell.github.io that referenced this pull request Jun 26, 2024
`scoop list` can be call without any parameters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

break up command_reference
2 participants