Skip to content

Commit bf12ea5

Browse files
committed
Trim README
1 parent 42d25ca commit bf12ea5

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -92,34 +92,7 @@ Here's an image of this box on a GitHub PR page:
9292

9393
## Structure of this website
9494

95-
Most pages are located at the place where their URL is, nothing fancy. Headers
96-
and footer are in `_includes/head.html`, `_includes/header.html`,
97-
`_includes/footer.html`.
98-
99-
The **navbar** is in `_data/nav.yml` and looks like that:
100-
101-
```yaml
102-
head:
103-
- Home
104-
- title: Install
105-
url: https://jupyter.readthedocs.io/en/latest/install.html
106-
- About
107-
- title: Documentation
108-
url: https://jupyter.readthedocs.io/en/latest/install.html
109-
- title: Blog
110-
url: https://blog.jupyter.org
111-
- Donate
112-
```
113-
114-
which means, insert in order the following links into the navbar:
115-
116-
- Link to `Home` page, guess the url by yourself.
117-
- link to `Install` page, the url is...
118-
- Link to `About`, guess the url by yourself,
119-
- ... etc.
120-
121-
The navbar will automatically target `_blank` pages where the url is explicit,
122-
and mark the correct link as the "current" one.
95+
Most pages are located at the place where their URL is, nothing fancy. Some are written in HTML. Others are written in Markdown. The homepage is in `index.html. The about page is in `about.md`.
12396

12497
## Create a new page
12598

0 commit comments

Comments
 (0)