Skip to content

Commit 0457686

Browse files
committed
Remove pagetoc
This has been subsumed by the update to mdbook 0.5. I just forgot to remove this in #2652.
1 parent ff638e7 commit 0457686

File tree

4 files changed

+0
-195
lines changed

4 files changed

+0
-195
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ following example.
6565
ENABLE_LINKCHECK=1 mdbook serve
6666
```
6767

68-
### Table of Contents
69-
70-
Each page has a TOC that is automatically generated by `pagetoc.js`.
71-
There is an associated `pagetoc.css`, for styling.
72-
7368
## Synchronizing josh subtree with rustc
7469

7570
This repository is linked to `rust-lang/rust` as a [josh](https://josh-project.github.io/josh/intro.html) subtree. You can use the [rustc-josh-sync](https://github.com/rust-lang/josh-sync) tool to perform synchronization.

book.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ edit-url-template = "https://github.com/rust-lang/rustc-dev-guide/edit/main/{pat
1515
additional-js = [
1616
"mermaid.min.js",
1717
"mermaid-init.js",
18-
"pagetoc.js",
1918
]
20-
additional-css = ["pagetoc.css"]
2119

2220
[output.html.search]
2321
use-boolean-and = true

pagetoc.css

Lines changed: 0 additions & 84 deletions
This file was deleted.

pagetoc.js

Lines changed: 0 additions & 104 deletions
This file was deleted.

0 commit comments

Comments
 (0)