Skip to content

Commit e197b22

Browse files
committed
update docs and rustfmt
1 parent 3a5e866 commit e197b22

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+53
-54
lines changed

README.md

Lines changed: 4 additions & 4 deletions

docs/blog/2023-05-31-release-0.0.5.md

Lines changed: 1 addition & 1 deletion

docs/blog/2023-07-17-release-0.0.9.md

Lines changed: 1 addition & 1 deletion

docs/blog/2023-08-02-release-0.0.15.mdx

Lines changed: 2 additions & 2 deletions

docs/blog/2024-04-18-looking-ahead-to-1.0.0.mdx renamed to docs/blog/2024-04-18-looking-ahead-to-0.1.0.mdx

Lines changed: 3 additions & 3 deletions

docs/docs/features/spawn-or-fork.md

Lines changed: 1 addition & 1 deletion

docs/docs/features/vi-mode.md

Lines changed: 1 addition & 1 deletion

docs/docs/frequently-asked-questions/index.md

Lines changed: 1 addition & 1 deletion

docs/docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@ const config = {
7070
disableVersioning: false,
7171
includeCurrentVersion: true,
7272
lastVersion: undefined,
73-
onlyIncludeVersions: ['current', '0.x.x'],
73+
onlyIncludeVersions: ['current', '0.0.x'],
7474
versions: {
7575
current: {
7676
label: '1.0.0 (unreleased)',
7777
path: 'next',
7878
banner: 'none',
7979
},
80-
'0.x.x': {
81-
label: '0.x.x',
82-
path: '0.x.x',
80+
'0.0.x': {
81+
label: '0.0.x',
82+
path: '0.0.x',
8383
banner: 'none',
8484
},
8585
},

docs/versioned_docs/version-0.x.x/command-line-interface.md renamed to docs/versioned_docs/version-0.0.x/command-line-interface.md

0 commit comments

Comments
 (0)