-
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
date: 2023-08-18 00:54:00 +0200 | ||
authors: [Bionus] | ||
--- | ||
|
||
|
||
# New docs | ||
|
||
Hello everyone! | ||
|
||
| ||
|
||
The documentation website for Grabber now has a new look! | ||
|
||
I felt that the old look led to many people simply not reading the docs, and the navigation wasn't all that intuitive. | ||
|
||
<!-- more --> | ||
|
||
The documentation website, as well as the homepage and blog, are now based on the excellent [MkDocs Material](https://squidfunk.github.io/mkdocs-material/). It allows for not only easier-to-read docs, but also easier-to-write documentation! Hopefully this will lead to less confused users. | ||
|
||
Some new features include: | ||
|
||
- A better theme | ||
- A search input | ||
- Table of contents navigation on the right | ||
- A dark/light mode switch | ||
|
||
For those that did not have the chance to see the previous look, here is a before and after of the homepage: | ||
|
||
![Before](../../assets/img/blog/old-homepage.png){ width="49%" } | ||
![After](../../assets/img/blog/new-homepage.png){ width="49%" } | ||
|
||
Thanks again to everyone using and supporting Grabber everyday! | ||
|
||
| ||
|
||
Best, | ||
Bionus |