mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 22:34:04 +02:00
Rewrite the README (#492)
* Rewrite the README * More changes * More * Rewrites * Test collapse * test * Fix * backticks * Rewrite options * emoji headings * chore(docs): update TOC --------- Co-authored-by: basnijholt <basnijholt@users.noreply.github.com>
This commit is contained in:
parent
2de4b7415b
commit
26c19525cd
2 changed files with 167 additions and 118 deletions
10
.github/workflows/toc.yaml
vendored
Normal file
10
.github/workflows/toc.yaml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
on: push
|
||||
name: TOC Generator
|
||||
jobs:
|
||||
generateTOC:
|
||||
name: TOC Generator
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: technote-space/toc-generator@v4
|
||||
with:
|
||||
TOC_TITLE: ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue