Skip to content

Commit 9c0622d

Browse files
committed
final tweak
Signed-off-by: Vanessa Sochat <[email protected]>
1 parent ab9cd67 commit 9c0622d

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

_data/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- title: "Getting Started"
2-
url: "/docs/getting-started"
2+
url: "docs/getting-started"
33
- title: "About"
4-
url: "/about"
4+
url: "about"
55
- title: "News"
6-
url: "/news"
6+
url: "news"

docs/getting-started.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ want to link to docs, the url is the path starting with the docs folder.
116116

117117
```yaml
118118
- title: "Getting Started"
119-
url: "/docs/getting-started/"
119+
url: "docs/getting-started/"
120120
- title: "About"
121-
url: "/about"
121+
url: "about"
122122
- title: "News"
123-
url: "/news"
123+
url: "news"
124124
```
125125
126126
### News Posts
@@ -273,6 +273,9 @@ bottom of the `.circleci/config.yml` file:
273273
```
274274
275275
In the above, the destination should coincide with your repository name.
276+
Remember that for most links, CircleCI won't honor an `index.html` file in a subfolder
277+
(e.g., `subfolder/index.html` will not be served as `subfolder/`, so for preview
278+
of these page you'll need to add an `index.html` to find the actual page.
276279

277280
## Customization
278281

0 commit comments

Comments
 (0)