Skip to content

Commit b831850

Browse files
committed
Fix merge conflicts and update to v5.4.0
1 parent 0e1429f commit b831850

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

docs/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,12 @@ graphical apps (X11/Wayland), and audio.
3333
## Documentation
3434

3535
Documentation for the [latest release](https://github.com/89luca89/distrobox/releases/latest) is available
36-
over at [distrobox.it](https://distrobox.it). Documentation on GitHub strictly refers to the code in the
37-
main branch and is not optimized for being viewed without building it as the website.
36+
over at [distrobox.it](https://distrobox.it). Documentation in the `docs/content/` directory on GitHub strictly
37+
refers to the code in the main branch and is not optimized for being viewed without building it as the website.
38+
39+
To build the website:
40+
41+
1. Clone this repository recursively: `git clone --recursive https://github.com/89luca89/distrobox.git`
42+
2. Install [Zola](https://www.getzola.org) >= v0.19.2.
43+
3. Enter the `docs` directory.
44+
4. Run `zola serve`

docs/content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
+++
22
title = "Home"
3-
insert_anchor_links = "right"
3+
insert_anchor_links = "left"
44
+++
55

66
<!-- markdownlint-disable MD025 -->

docs/themes/duckquill

Submodule duckquill updated from bf47231 to d285360

0 commit comments

Comments
 (0)