Skip to content

Commit cbe251d

Browse files
committed
content: Add link to the Docsy docs in the contribution guidelines
Update the contribution guidelines and add a link to the Docsy documentation instead of the broken `[Docsy user guide](wherever it goes)` reference that's currently being deployed.
1 parent de868ea commit cbe251d

File tree

1 file changed

+3
-4
lines changed
  • content/en/docs/contribution-guidelines

1 file changed

+3
-4
lines changed

content/en/docs/contribution-guidelines/_index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,14 @@ If you want to run your own local Hugo server to preview your changes as you wor
5858
git clone --recurse-submodules --depth 1 https://github.com/google/docsy-example.git
5959
```
6060

61-
1. Run `hugo server` in the site root directory. By default your site will be available at http://localhost:1313. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
62-
1. Continue with the usual GitHub workflow to edit files, commit them, push the
63-
changes up to your fork, and create a pull request.
61+
1. Run `hugo server` in the site root directory. By default your site will be available at <http://localhost:1313>. Now that you're serving your site locally, Hugo will watch for changes to the content and automatically refresh your site.
62+
1. Continue with the usual GitHub workflow to edit files, commit them, push the changes up to your fork, and create a pull request.
6463

6564
## Creating an issue
6665

6766
If you've found a problem in the docs, but you're not sure how to fix it yourself, please create an issue in the [olm-docs repo](https://github.com/operator-framework/olm-docs). You can also create an issue about a specific page by clicking the **Create Issue** button in the top right hand corner of the page.
6867

6968
## Useful resources
7069

71-
* [Docsy user guide](wherever it goes): All about Docsy, including how it manages navigation, look and feel, and multi-language support.
70+
* [Docsy user guide](https://www.docsy.dev/docs/): All about Docsy, including how it manages navigation, look and feel, and multi-language support.
7271
* [Hugo documentation](https://gohugo.io/documentation/): Comprehensive reference for Hugo.

0 commit comments

Comments
 (0)