Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-07-01 22:09:33 +0300
committerGitHub <noreply@github.com>2022-07-01 22:09:33 +0300
commite0a3be7d226ba89fe7d0ce0c6efd6ef5b7dc86e3 (patch)
tree3f03a0ca38377d775e75892991a6b5a2294e6048
parenta94f6f1b77c232748f13a88ca36c7d2f3fd09e97 (diff)
User guide: fixing typos (#1087)
-rw-r--r--userguide/content/en/docs/Best practices/organizing-content.md2
-rw-r--r--userguide/content/en/docs/Get started/other-options.md2
-rw-r--r--userguide/content/en/docs/Updating/Updating-submodules.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/userguide/content/en/docs/Best practices/organizing-content.md b/userguide/content/en/docs/Best practices/organizing-content.md
index 7de8934..ae324ef 100644
--- a/userguide/content/en/docs/Best practices/organizing-content.md
+++ b/userguide/content/en/docs/Best practices/organizing-content.md
@@ -29,7 +29,7 @@ You may also want to create some tasks/how-tos for your project's features. Feel
site or even just the docs section instead if you like this simpler structure better.
{{% alert title="Tip" %}}
-If you want to copy this guide, be aware that its [source files](https://github.com/google/docsy/tree/main/userguide) are *inside* the Docsy theme repo, and so it doesn't have its own `themes/` directory: instead, we run `hugo server --themesDir ../..` to use Docsy from its parent directory. You may want to either copy the site and [add a `themes/` directory with Docsy](/docs/get-started/other-options/#other-option-2-clone-the-docsy-theme), or just copy the `docs/` folder into your existing site's content root.
+If you want to copy this guide, be aware that its [source files](https://github.com/google/docsy/tree/main/userguide) are *inside* the Docsy theme repo, and so it doesn't have its own `themes/` directory: instead, we run `hugo server --themesDir ../..` to use Docsy from its parent directory. You may want to either copy the site and [add a `themes/` directory with Docsy](/docs/get-started/other-options/#option-2-clone-the-docsy-theme), or just copy the `docs/` folder into your existing site's content root.
{{% /alert %}}
[Learn more about how Hugo and Docsy use folders and other files to organize your site](/docs/adding-content/content/#organizing-your-documentation).
diff --git a/userguide/content/en/docs/Get started/other-options.md b/userguide/content/en/docs/Get started/other-options.md
index cc5f0f1..cf685bb 100644
--- a/userguide/content/en/docs/Get started/other-options.md
+++ b/userguide/content/en/docs/Get started/other-options.md
@@ -131,7 +131,7 @@ following commands:
echo 'theme = "docsy"' >> config.toml
```
- 3. Install postCSS as [instructed earlier](install-postcss).
+ 3. Install postCSS as [instructed earlier](#install-postcss).
4. Get Docsy dependencies:
diff --git a/userguide/content/en/docs/Updating/Updating-submodules.md b/userguide/content/en/docs/Updating/Updating-submodules.md
index d4afe15..d1d43bb 100644
--- a/userguide/content/en/docs/Updating/Updating-submodules.md
+++ b/userguide/content/en/docs/Updating/Updating-submodules.md
@@ -14,7 +14,7 @@ If you intend to update your site, consider [converting your site to Hugo Module
## Update your Docsy submodule
-If you are using the [Docsy theme as a submodule](/docs/get-started/other-options/#other-option-1-use-the-theme-as-a-submodule) in your project, here's how you update the submodule:
+If you are using the [Docsy theme as a submodule](/docs/get-started/other-options/#option-1-docsy-as-a-git-submodule) in your project, here's how you update the submodule:
1. Navigate to the root of your local project, then run:
@@ -37,7 +37,7 @@ If you are using the [Docsy theme as a submodule](/docs/get-started/other-option
## Route 2: Update your Docsy clone
-If you [cloned the Docsy theme](/docs/get-started/other-options/#other-option-2-clone-the-docsy-theme) into
+If you [cloned the Docsy theme](/docs/get-started/other-options/#option-2-clone-the-docsy-theme) into
the `themes` folder in your project, then you use the `git pull` command:
1. Navigate to the `themes` directory in your local project: