Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit a49ed8e

Browse files
Nathan Potternhooyr
Nathan Potter
authored andcommitted
Remove doc name stutter
1 parent 9114ed8 commit a49ed8e

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

site/content/docs/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
+++
3-
title="Introduction"
2+
title="Getting Started"
43
+++

site/content/docs/getting-started.md renamed to site/content/docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
type="docs"
3-
title="Getting Started"
4-
browser_title="Sail - Docs - Getting Started"
3+
title="Installation"
4+
browser_title="Sail - Docs - Installation"
55
section_order=1
66
+++
77

site/content/docs/introduction.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,3 @@ Sail is a completely new paradigm for development. Some of the key benefits for
4242
# installs code-server in it, and opens the project in vscode.
4343
sail run codercom/sail
4444
```
45-
46-
See [Getting Started](/docs/getting-started) for installation instructions.
47-

site/themes/sail/layouts/partials/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
{{ $docPages := where ( where $.Site.Pages "Type" "docs") "Kind" "page" }}
77

8-
{{ $sections := slice "Introduction" "Concepts" "Commands" "Workflow" }}
8+
{{ $sections := slice "Getting Started" "Concepts" "Commands" "Workflow" }}
99

1010
{{ range $sections }}
1111
{{ $section := . }}

0 commit comments

Comments
 (0)