Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ following example.
ENABLE_LINKCHECK=1 mdbook serve
```

### Table of Contents

Each page has a TOC that is automatically generated by `pagetoc.js`.
There is an associated `pagetoc.css`, for styling.

## Synchronizing josh subtree with rustc

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.
Expand Down
2 changes: 0 additions & 2 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ edit-url-template = "https://github.com/rust-lang/rustc-dev-guide/edit/main/{pat
additional-js = [
"mermaid.min.js",
"mermaid-init.js",
"pagetoc.js",
]
additional-css = ["pagetoc.css"]

[output.html.search]
use-boolean-and = true
Expand Down
84 changes: 0 additions & 84 deletions pagetoc.css

This file was deleted.

104 changes: 0 additions & 104 deletions pagetoc.js

This file was deleted.

Loading