-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1365 from cachix/work/keys/doc-improvement
feat: Documentation improvements
- Loading branch information
Showing
184 changed files
with
9,159 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
nav: | ||
- Home: index.md | ||
- Documentation: | ||
- Getting Started: getting-started.md | ||
- Files And Variables: files-and-variables.md | ||
- Writing devenv.nix: | ||
- Basics: basics.md | ||
- Packages: packages.md | ||
- Scripts: scripts.md | ||
- Languages: | ||
- Overview: languages.md | ||
- Supported Languages: autogen-language-docs | ||
- Processes: | ||
- Overview: processes.md | ||
- Supported Process Managers: autogen-process-manager-docs | ||
- Services: | ||
- Overview: services.md | ||
- Supported Services: autogen-service-docs | ||
- Containers: containers.md | ||
- Binary Caching: binary-caching.md | ||
- Pre-Commit Hooks: pre-commit-hooks.md | ||
- Tests: tests.md | ||
- Common Patterns: common-patterns.md | ||
- Writing devenv.yaml: | ||
- Inputs: inputs.md | ||
- Imports: composing-using-imports.md | ||
- Overview: | ||
- Automatic Shell Activation: automatic-shell-activation.md | ||
- Garbage Collection: garbage-collection.md | ||
- Guides: | ||
- Using With Flakes: guides/using-with-flakes | ||
- Using With flake.parts: guides/using-with-flake-parts | ||
- Integrations: | ||
- .env: integrations/dotenv | ||
- GitHub Actions: integrations/github-actions | ||
- Codespaces / devcontainer: integrations/codespaces-devcontainer | ||
- Difftastic: integrations/difftastic | ||
- Android: integrations/android | ||
- Examples: examples | ||
- Editor Support: | ||
- VSCode: editor-support/vscode | ||
- PhpStorm: editor-support/phpstorm | ||
- Zed: editor-support/zed | ||
- Roadmap: roadmap.md | ||
- Reference: reference | ||
- Blog: blog | ||
- Community: community |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[comment]: # (Do not edit this file as it is autogenerated. Go to docs/individual-docs if you want to make edits.) | ||
|
||
|
||
[comment]: # (Please add your documentation on top of this line) | ||
|
||
## languages\.ansible\.enable | ||
|
||
Whether to enable tools for Ansible development\. | ||
|
||
|
||
|
||
*Type:* | ||
boolean | ||
|
||
|
||
|
||
*Default:* | ||
` false ` | ||
|
||
|
||
|
||
*Example:* | ||
` true ` | ||
|
||
|
||
|
||
## languages\.ansible\.package | ||
|
||
|
||
|
||
The Ansible package to use\. | ||
|
||
|
||
|
||
*Type:* | ||
package | ||
|
||
|
||
|
||
*Default:* | ||
` pkgs.ansible ` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[comment]: # (Do not edit this file as it is autogenerated. Go to docs/individual-docs if you want to make edits.) | ||
|
||
|
||
[comment]: # (Please add your documentation on top of this line) | ||
|
||
## languages\.c\.enable | ||
|
||
|
||
|
||
Whether to enable tools for C development\. | ||
|
||
|
||
|
||
*Type:* | ||
boolean | ||
|
||
|
||
|
||
*Default:* | ||
` false ` | ||
|
||
|
||
|
||
*Example:* | ||
` true ` | ||
|
||
|
||
|
||
## languages\.c\.debugger | ||
|
||
An optional debugger package to use with c\. | ||
The default is ` gdb `, if supported on the current system\. | ||
|
||
|
||
|
||
*Type:* | ||
null or package | ||
|
||
|
||
|
||
*Default:* | ||
` pkgs.gdb ` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[comment]: # (Do not edit this file as it is autogenerated. Go to docs/individual-docs if you want to make edits.) | ||
|
||
|
||
[comment]: # (Please add your documentation on top of this line) | ||
|
||
## languages\.clojure\.enable | ||
|
||
Whether to enable tools for Clojure development\. | ||
|
||
|
||
|
||
*Type:* | ||
boolean | ||
|
||
|
||
|
||
*Default:* | ||
` false ` | ||
|
||
|
||
|
||
*Example:* | ||
` true ` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[comment]: # (Do not edit this file as it is autogenerated. Go to docs/individual-docs if you want to make edits.) | ||
|
||
|
||
[comment]: # (Please add your documentation on top of this line) | ||
|
||
## languages\.cplusplus\.enable | ||
|
||
Whether to enable tools for C++ development\. | ||
|
||
|
||
|
||
*Type:* | ||
boolean | ||
|
||
|
||
|
||
*Default:* | ||
` false ` | ||
|
||
|
||
|
||
*Example:* | ||
` true ` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[comment]: # (Do not edit this file as it is autogenerated. Go to docs/individual-docs if you want to make edits.) | ||
|
||
|
||
[comment]: # (Please add your documentation on top of this line) | ||
|
||
## languages\.crystal\.enable | ||
|
||
Whether to enable Enable tools for Crystal development… | ||
|
||
|
||
|
||
*Type:* | ||
boolean | ||
|
||
|
||
|
||
*Default:* | ||
` false ` | ||
|
||
|
||
|
||
*Example:* | ||
` true ` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[comment]: # (Do not edit this file as it is autogenerated. Go to docs/individual-docs if you want to make edits.) | ||
|
||
|
||
[comment]: # (Please add your documentation on top of this line) | ||
|
||
## languages\.cue\.enable | ||
|
||
Whether to enable tools for Cue development\. | ||
|
||
|
||
|
||
*Type:* | ||
boolean | ||
|
||
|
||
|
||
*Default:* | ||
` false ` | ||
|
||
|
||
|
||
*Example:* | ||
` true ` | ||
|
||
|
||
|
||
## languages\.cue\.package | ||
|
||
|
||
|
||
The CUE package to use\. | ||
|
||
|
||
|
||
*Type:* | ||
package | ||
|
||
|
||
|
||
*Default:* | ||
` pkgs.cue ` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
[comment]: # (Do not edit this file as it is autogenerated. Go to docs/individual-docs if you want to make edits.) | ||
|
||
|
||
[comment]: # (Please add your documentation on top of this line) | ||
|
||
## languages\.dart\.enable | ||
|
||
Whether to enable tools for Dart development\. | ||
|
||
|
||
|
||
*Type:* | ||
boolean | ||
|
||
|
||
|
||
*Default:* | ||
` false ` | ||
|
||
|
||
|
||
*Example:* | ||
` true ` | ||
|
||
|
||
|
||
## languages\.dart\.package | ||
|
||
|
||
|
||
The Dart package to use\. | ||
|
||
|
||
|
||
*Type:* | ||
package | ||
|
||
|
||
|
||
*Default:* | ||
` pkgs.dart ` |
Oops, something went wrong.