added table of contents (#2609)
* added table of contents * fixed lint error * fixed package.json review * added foldedable table of contents * added foldedable table of contents * added foldedable table of contents * added foldedable table of contents * added foldedable table of contents
This commit is contained in:
parent
531d86efcd
commit
cc4ca7fe9d
1 changed files with 29 additions and 0 deletions
29
README.md
29
README.md
|
|
@ -54,6 +54,35 @@ They provide an unopinionated, white-label layer that can be extended to your ow
|
||||||
<a href="https://lion.js.org/guides/"><strong>Explore the Lion Guides ▶</strong></a>
|
<a href="https://lion.js.org/guides/"><strong>Explore the Lion Guides ▶</strong></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><h2>Table of Contents</h2></summary>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#astro-migration"> Astro migration </a>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#astro-how-to"> Astro how to </a></li>
|
||||||
|
<li><a href="#issues-which-are-not-caused-by-the-migration-not-to-be-fixed-now"> Issues which are not caused by migration </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="#how-to-install"> Installation </a></li>
|
||||||
|
<li><a href="#how-to-use"> How to use </a>
|
||||||
|
<ul>
|
||||||
|
<li><a href="#extend-a-web-component"> Extend a web component </a></li>
|
||||||
|
<li><a href="#use-a-javascript-system"> Use a JavaScript system </a></li>
|
||||||
|
<li><a href="#use-a-web-component"> Use a Web Component </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="#issues"> Issues </a></li>
|
||||||
|
<li><a href="#feature-requests"> Feature request </a></li>
|
||||||
|
<li><a href="#content"> Content </a></li>
|
||||||
|
<li><a href="#technologies"> Technologies </a></li>
|
||||||
|
<li><a href="#rationale"> Rationale </a></li>
|
||||||
|
<li><a href="#coding-guidelines"> Coding guidelines </a></li>
|
||||||
|
<li><a href="#how-to-contribute"> How to contribute </a></li>
|
||||||
|
<li><a href="#site-deployment"> Site deployment </a></li>
|
||||||
|
<li><a href="#content"> Contact </a></li>
|
||||||
|
</ul>
|
||||||
|
</details>
|
||||||
|
|
||||||
## Astro migration
|
## Astro migration
|
||||||
|
|
||||||
- Keep using `/docs` on the root level as we used it in the `master` branch. The documentation is copied into Astro related directories on `npm run start` and when when anything in `/docs` is updated.
|
- Keep using `/docs` on the root level as we used it in the `master` branch. The documentation is copied into Astro related directories on `npm run start` and when when anything in `/docs` is updated.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue