Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit f00dd2d

Browse files
doc: order
1 parent e474be6 commit f00dd2d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Create a lightweight presentation using Web Components.
1515
- [Installing DeckDeckGo in any projects](#installing-deckdeckgo-in-any-projects)
1616
- [Editing](#editing)
1717
- [Detailed documentation](doc/slides/slides.md)
18-
- [Markdown](doc/markdown/markdown.md)
18+
- [Extra components](#extra-components)
19+
- [Markdown](#markdown)
1920
- [Navigation](#navigation)
2021
- [Extra features](#extra-features)
2122
- [Lazy loading](#lazy-loading)
@@ -89,12 +90,14 @@ The deck should be declared using the tag `<deckgo-deck/>` and each slide should
8990

9091
The 👉 [extended documentation](doc/slides/slides.md) 👈 displays all templates and options available for each slides.
9192

93+
### Extra components
94+
95+
[DeckDeckGo] also offers a couple of components which could be used in almost every templates, these are documented in a separate [chapter](doc/components/components.md) of the documentation.
96+
9297
### Markdown
9398

9499
Per default, [DeckDeckGo]'s presentations are edited using HTML and are Web Components, that's why the documentation and examples are provided in HTML. But if you are using the [starter kit](https://github.com/fluster/deckdeckgo-starter) and are editing your talk with Markdown, you could have a look to the [Markdown documentation](doc/markdown/markdown.md) to get some examples.
95100

96-
[DeckDeckGo] also offers a couple of components which could be used in almost every templates, these are documented in a separate [chapter](doc/components/components.md) of the documentation.
97-
98101
## Navigation
99102

100103
Furthermore than the default swiping, the [DeckDeckGo] deck expose some asynchronous methods in case you would like to add navigation features to your presentation.

0 commit comments

Comments
 (0)