A Discourse theme component that generates a table of contents for topics with one click
Go to file
dependabot[bot] 727bd982d5
Bump rack from 3.1.8 to 3.1.10 (#109)
Bumps [rack](https://github.com/rack/rack) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v3.1.8...v3.1.10)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-12 22:09:32 +01:00
.github/workflows DEV: Update CI workflows (#52) 2023-01-10 19:10:08 +00:00
assets REFACTOR: convert to ember component, add timeline toggle (#73) 2024-01-31 10:22:06 -05:00
common FEATURE: Allow TOC for replies (#90) 2024-08-07 15:40:11 +08:00
javascripts/discourse DEV: Bump dependencies and fix linting (#108) 2025-02-06 18:00:07 +01:00
locales Update translations (#94) 2024-09-02 18:00:05 +02:00
spec/system DEV: Update linting setup (#99) 2024-10-17 11:05:26 +02:00
.discourse-compatibility DEV: Pin version for Discourse <3.5.0.beta1-dev (#107) 2025-02-05 19:29:48 +01:00
.gitignore DEV: Update CI workflows (#39) 2022-06-17 18:20:09 +02:00
.npmrc DEV: Switch to use pnpm (#96) 2024-10-14 09:33:20 +02:00
.prettierrc.cjs DEV: Update linting setup (#69) 2023-11-19 22:43:47 +01:00
.rubocop.yml add ruby files to enable linting (#97) 2024-10-16 13:45:09 +08:00
.streerc add ruby files to enable linting (#97) 2024-10-16 13:45:09 +08:00
.template-lintrc.cjs DEV: Update linting (#75) 2024-01-16 17:41:09 +01:00
Gemfile add ruby files to enable linting (#97) 2024-10-16 13:45:09 +08:00
Gemfile.lock Bump rack from 3.1.8 to 3.1.10 (#109) 2025-02-12 22:09:32 +01:00
LICENSE Create LICENSE 2019-03-09 10:01:58 +08:00
README.md DEV: Update CI workflows (#39) 2022-06-17 18:20:09 +02:00
about.json UX: Add missing descriptions for settings and remove dead settings (#83) 2024-03-27 15:56:09 +03:00
eslint.config.mjs DEV: Update eslint config (#100) 2024-11-19 11:33:33 +01:00
package.json DEV: Bump dependencies and fix linting (#108) 2025-02-06 18:00:07 +01:00
pnpm-lock.yaml DEV: Bump dependencies and fix linting (#108) 2025-02-06 18:00:07 +01:00
settings.yml FEATURE: Allow TOC for replies (#90) 2024-08-07 15:40:11 +08:00
translator.yml DEV: Add Crowdin support (#79) 2024-02-28 15:17:06 +01:00

README.md

DiscoTOC

A Discourse theme component that generates a table of contents for topics with one click

https://meta.discourse.org/t/discotoc-automatic-table-of-contents/111143