You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ You will need the following tools to build the site locally:
35
35
36
36
-`python3`: Python >= 3.8.
37
37
-`node` and `npm`: Node.js >= 19.7.0, and the Node.js package manager >= 9.5.0.
38
-
-`hugo`: Hugo site generator, v0.111.2; the extended edition.
38
+
-`hugo`: Hugo site generator, v0.143.0; the extended edition.
39
39
-`make`: To run the makefile.
40
40
-`git`: To manage the source code of this repo.
41
41
@@ -93,13 +93,6 @@ It's strongly advised to use `relref` because it provides the following advantag
93
93
94
94
The following needs to be taken into account when using `relref`: The reference `/develop/get-started/data-store` and `/develop/get-started/data-store/` aren't the same. You must use the trailing slash if the referenced article is an `_index.md` file within a folder (e.g., `.../data-store/` for `.../data-store/_index.md`). Otherwise, you should not use the trailing slash (e.g., `.../get-started/data-store.md`).
95
95
96
-
RelRefs with dots (`.`) and hashtags (`#`) in the reference name, such as `/commands/ft.create` or `/develop/data-types/timeseries/configuration#compaction_policy`, don't seem to work. Please use the `{{< baseurl >}}` as a workaround in that case. Here are a couple of examples:
0 commit comments