Skip to content

[DOCS] Dark mode added, link updated #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Django Live Component is a library to create dynamic web applications that handle user interaction with the DOM on the server. It relies on Django, HTMX, and Alpine.js to provide a seamless experience for developers and users.

To get started, follow the [quickstart guide](quickstart.md)
To get started, follow the [quickstart guide](https://om-proptech.github.io/livecomponents/quickstart/)
20 changes: 20 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
site_name: Django Live Components
site_url: https://om-proptech.github.io/livecomponents/
repo_url: https://github.com/om-proptech/livecomponents

theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to light mode

nav:
- index.md
- quickstart.md
Expand All @@ -19,3 +36,6 @@ nav:
- component_ids.md
- About:
- Changelog: https://github.com/om-proptech/livecomponents/blob/main/CHANGELOG.md

markdown_extensions:
- pymdownx.superfences
Loading
Loading