📝 Docs: update theme documentation link

This commit is contained in:
Cell
2023-02-19 15:26:35 +08:00
parent a98fa072fd
commit 8dceb3ea6e
7 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ Use one of these templates:
## [Documentation](https://fixit.lruihao.cn/categories/documentation/)
Head to this [documentation page](https://fixit.lruihao.cn/theme-documentation-basics/) for a complete guidence to get started with the FixIt theme.
Head to this [documentation page](https://fixit.lruihao.cn/documentation/basics/) for a complete guidence to get started with the FixIt theme.
Or run [Documentation Site](https://fixit.lruihao.cn) locally, see more details from [Contributing](#contributing).
@@ -35,7 +35,7 @@ In addition, there is the [FixIt wiki](https://github.com/hugo-fixit/FixIt/wiki)
If you are currently using the LoveIt theme (or some other themes), it is very easy to migrate to FixIt.
You can add this repo as a submodule of your site directory. Alternatively, you can [install the theme](https://fixit.lruihao.cn/theme-documentation-basics/#install-theme) in other ways.
You can add this repo as a submodule of your site directory. Alternatively, you can [install the theme](https://fixit.lruihao.cn/documentation/basics/#install-theme) in other ways.
```bash
git submodule add https://github.com/hugo-fixit/FixIt.git themes/FixIt
@@ -159,7 +159,7 @@ FixIt supports the following languages:
* Vietnamese
* [Contribute with a new language](https://github.com/hugo-fixit/FixIt/pulls)
[Languages Compatibility](https://fixit.lruihao.cn/theme-documentation-basics/#language-compatibility)
[Languages Compatibility](https://fixit.lruihao.cn/documentation/basics/#language-compatibility)
## [Roadmap](https://github.com/hugo-fixit/FixIt/projects/1)
+1 -1
View File
@@ -34,7 +34,7 @@ repost:
enable: true
url:
# See details front matter: https://fixit.lruihao.cn/theme-documentation-content/#front-matter
# See details front matter: https://fixit.lruihao.cn/documentation/content/#front-matter
---
<!--more-->
+1 -1
View File
@@ -34,7 +34,7 @@ repost:
enable: true
url:
# See details front matter: https://fixit.lruihao.cn/theme-documentation-content/#front-matter
# See details front matter: https://fixit.lruihao.cn/documentation/content/#front-matter
---
<!--more-->
+2 -2
View File
@@ -5,7 +5,7 @@
# -------------------------------------------------------------------------------------
# Menu Configuration
# See: https://fixit.lruihao.cn/theme-documentation-basics/#menu-advanced-configuration
# See: https://fixit.lruihao.cn/documentation/basics/#menu-advanced-configuration
# -------------------------------------------------------------------------------------
[menu]
@@ -53,7 +53,7 @@
# -------------------------------------------------------------------------------------
# Theme Core Configuration
# See: https://fixit.lruihao.cn/theme-documentation-basics/#site-configuration
# See: https://fixit.lruihao.cn/documentation/basics/#site-configuration
# -------------------------------------------------------------------------------------
[params]
+1 -1
Submodule docs updated: 58c462496a...e4c46f0e5e
+1 -1
View File
@@ -3,7 +3,7 @@
# === init ===
[init]
configurationError = "Configuration Error\nYou haven't configured the FixIt version param correctly yet. See https://fixit.lruihao.cn/theme-documentation-basics/#basic-configuration"
configurationError = "Configuration Error\nYou haven't configured the FixIt version param correctly yet. See https://fixit.lruihao.cn/documentation/basics/#basic-configuration"
compatibilityError = "Compatibility Error ({{ .From }} -> {{ .To }}):\nYou have an incompatible update. See https://github.com/hugo-fixit/FixIt/releases"
RCVersionWarn = "You are using a development version of FixIt. Please consider using a stable version.\nSee https://github.com/hugo-fixit/FixIt/releases"
devEnvWarn = "Current environment is \"development\". The \"comment system\", \"CDN\" and \"fingerprint\" will be disabled."
+1 -1
View File
@@ -4,7 +4,7 @@
# === init ===
[init]
configurationError = "Erreur de configuration\nVous n'avez pas configuré la version de FixIt correctement. Voir https://fixit.lruihao.cn/theme-documentation-basics/#basic-configuration"
configurationError = "Erreur de configuration\nVous n'avez pas configuré la version de FixIt correctement. Voir https://fixit.lruihao.cn/documentation/basics/#basic-configuration"
compatibilityError = "Erreur de compatibilité ({{ .From }} -> {{ .To }}):\nVous avez une mise à jour incompatible. Voir https://github.com/hugo-fixit/FixIt/releases"
RCVersionWarn = "Vous utilisez une version de développement de FixIt. Veuillez considérer l'utilisation d'une version stable.\nVoir https://github.com/hugo-fixit/FixIt/releases"
devEnvWarn = "L'environnement actuel est \"développement\". Le \"système de commentaires\", le \"CDN\" et la \"prise d'empreinte\" seront désactivés."