Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing broken links, fixing typos #104

Merged
merged 1 commit into from
Jun 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ alert = false
alertText = "Like Doks? <a class=\"alert-link\" href=\"https://github.com/h-enk/doks/stargazers\">Star on GitHub</a>!</a>"

# Edit Page
docsRepo = "https://github.com/h-enk/doks"
docsRepo = "https://github.com/h-enk/getdoks.org"
editPage = true

[options]
Expand Down
2 changes: 1 addition & 1 deletion content/docs/contributing/how-to-contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ weight: 510
toc: true
---

{{< alert icon="👉" text="Make sure to read the <a href=\"/docs/contribute/code-of-conduct/\">Code of Conduct</a>" >}}
{{< alert icon="👉" text="Make sure to read the <a href=\"/docs/contributing/code-of-conduct/\">Code of Conduct</a>" >}}

## Contribute to Doks

Expand Down
8 changes: 4 additions & 4 deletions content/docs/recipes/deployment/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
publish_dir: ./public
```

2. Click on the __Actions__ tab of your GitHub repo and wait for the action to finish succesfully (after approximately 30 seconds).
2. Click on the __Actions__ tab of your GitHub repo and wait for the action to finish successfully (after approximately 30 seconds).

{{< img-simple src="select-branch.png" alt="Select branch" class="border-0" >}}

3. Go to the __Sections__ tab of your GitHub repo and scroll down to the __GitHub Pages__ section. Select branche `gh-pages` and click __Save__.
3. Go to the __Sections__ tab of your GitHub repo and scroll down to the __GitHub Pages__ section. Select branch `gh-pages` and click __Save__.
4. Copy the __Your site is published at__ URL and paste it as `baseurl` in `./config/production/config.toml`.
5. Push the changes to GitHub and wait for the action to finish succesfully (after approximately 30 seconds).
6. That's it. After a minute or so, you site is avaliable at the __Your site is published at__ URL.
5. Push the changes to GitHub and wait for the action to finish successfully (after approximately 30 seconds).
6. That's it. After a minute or so, you site is available at the __Your site is published at__ URL.

Now, after every push to the master branch, your site will be updated — automatically.

Expand Down