Skip to content

Commit

Permalink
docs: fix broken links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger authored Feb 17, 2024
1 parent 3f7d8a1 commit d3f6836
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

#### Readme contents

1. [Installation](#Installation)
2. [Migration from GlazeWM bar](#Migration-from-GlazeWM-bar)
3. [Intro to Zebar](#Intro-to-Zebar)
- [Styled with HTML + CSS](#sub-topic-11)
- [Reactive "providers"](#sub-topic-12)
- [Templating language](#sub-topic-12)
4. [Providers](#Providers)
1. [Installation](#%EF%B8%8F-installation)
2. [Migration from GlazeWM bar](#%EF%B8%8F-migration-from-glazewm-bar)
3. [Intro to Zebar](#-intro-to-zebar)
- [Styled with HTML + CSS](#concept-1-styled-with-html--css)
- [Reactive "providers"](#concept-2-reactive-providers)
- [Templating language](#concept-3-templating-language)
4. [Providers](#-providers)

## ⚙️ Installation

Expand Down Expand Up @@ -143,9 +143,9 @@ window/example:
longitude: -0.118092
```

A full list of providers and their configs is available [here](#providers).
A full list of providers and their configs is available [here](#-providers).

### Concept 3: Templating language
### Lastly, concept 3: Templating language

Zebar's templating language has support for interpolation tags, if-else statements, for-loops, and switch statements. Just like providers, the templating syntax can be used on any config property (this includes switch, if-else statements etc).

Expand Down

0 comments on commit d3f6836

Please sign in to comment.