zed/docs/theme
Finn Evers ebcc2945c5
docs: Remove unneeded theme links in index.hbs (#16532)
PR #16501 introduced the new keybinding syntax for the docs and added
Javascript- and CSS-files to the theme to implement the change. These
new files were then referenced in the `book.toml` as well as added to
the `index.hbs`.

However, the manually added links to these assets in the
[`index.hbs`-file](https://github.com/zed-industries/zed/pull/16501/files#diff-8fde917c42f58487036335ccc9980f1467790fc1c257ec57a0c44bc5dfc3ef4f)
are neither needed nor resolvable:

<img width="328" alt="grafik"
src="https://github.com/user-attachments/assets/4a710b22-9274-4d27-96a8-6da59b0c9e68">


Therefore, this PR reverts the changes to the`index.hbs` - file, as the
correct links to the needed assets are inserted via the
`each`-directives from the `book.toml` respectively.

Release Notes:

- N/A
2024-08-20 12:42:36 -04:00
..
css docs: Add table of contents navigation (#15212) 2024-07-27 10:34:14 -04:00
fonts docs: Check formatting in CI (#15355) 2024-07-27 15:47:48 -04:00
favicon.png docs: Fix favicon (#11381) 2024-05-03 19:20:07 -04:00
index.hbs docs: Remove unneeded theme links in index.hbs (#16532) 2024-08-20 12:42:36 -04:00
page-toc.css docs: Add table of contents navigation (#15212) 2024-07-27 10:34:14 -04:00
page-toc.js docs: Add table of contents navigation (#15212) 2024-07-27 10:34:14 -04:00
plugins.css Expand assistant docs (#16501) 2024-08-19 23:50:09 -04:00
plugins.js Expand assistant docs (#16501) 2024-08-19 23:50:09 -04:00