diff options
| author | Laurențiu Nicola <lnicola@users.noreply.github.com> | 2025-02-08 06:33:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-08 06:33:55 +0000 |
| commit | cac45e164caa5e1c99f9c7a5d88b29ec2eae2e38 (patch) | |
| tree | fabbc4d831f568eb67a65bb4bdeef80bf2b7e5b2 /src | |
| parent | 236000b0045464d6b6cfd180e9938f2f8c12ceea (diff) | |
| parent | b6fd709f440dabd1811a905b1a613c3eddb3465a (diff) | |
| download | rust-cac45e164caa5e1c99f9c7a5d88b29ec2eae2e38.tar.gz rust-cac45e164caa5e1c99f9c7a5d88b29ec2eae2e38.zip | |
Merge pull request #19115 from Wilfred/sidebar_structure
Organise chapters in mdbook sidebar
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/rust-analyzer/docs/book/src/SUMMARY.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/SUMMARY.md b/src/tools/rust-analyzer/docs/book/src/SUMMARY.md index 7e6cd5972d4..b3ed1e6df0a 100644 --- a/src/tools/rust-analyzer/docs/book/src/SUMMARY.md +++ b/src/tools/rust-analyzer/docs/book/src/SUMMARY.md @@ -4,10 +4,10 @@ - [Installation](installation.md) - [Troubleshooting](troubleshooting.md) - [Configuration](configuration.md) -- [Non-Cargo Based Projects](non_cargo_based_projects.md) + - [Non-Cargo Based Projects](non_cargo_based_projects.md) - [Security](security.md) - [Privacy](privacy.md) - [Features](features.md) -- [Assists (Code Actions)](assists.md) -- [Diagnostics](diagnostics.md) + - [Assists (Code Actions)](assists.md) + - [Diagnostics](diagnostics.md) - [Editor Features](editor_features.md) |
