Skip to content
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 docs/_markbind/layouts/devGuide/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
* [Developer Guide]({{baseUrl}}/devGuide/devGuide.html)
* [Maintainer Guide]({{baseUrl}}/devGuide/maintainerGuide.html)
* [Contributing]({{baseUrl}}/devGuide/contributing.html)

* [Code of Conduct]({{baseUrl}}/devGuide/contributing/code-of-conduct.html)
</navigation>
2 changes: 2 additions & 0 deletions docs/_markbind/navigation/devGuideSections.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@

* [Developer Guide]({{baseUrl}}/devGuide/devGuide.html)
* [Maintainer Guide]({{baseUrl}}/devGuide/maintainerGuide.html)
* [Contributing]({{baseUrl}}/devGuide/contributing.html)
* [Code of Conduct]({{baseUrl}}/devGuide/contributing/code-of-conduct.html)
</navigation>
4 changes: 2 additions & 2 deletions docs/devGuide/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project and everyone participating in it are governed by our [Code of Condu

## Things to do before getting started

Make sure you have the project set up and ready. We have guides detailing what we [expect our contributors to know]({{baseurl}}/devguide/devguide#requirement), our required [environment]({{baseurl}}/devGuide.html#environment) and our [development process]({{baseurl}}/devGuide.html#development-process).
Make sure you have the project set up and ready. We have guides detailing what we [expect our contributors to know]({{baseUrl}}/devGuide/devGuide.html#requirement), our required [environment]({{baseUrl}}/devGuide/devGuide.html#environment) and our [development process]({{baseUrl}}/devGuide/devGuide.html#development-process).

## How to contribute

Expand Down Expand Up @@ -55,7 +55,7 @@ Unsure where to begin contributing to MarkBind?

We recommend that you start off by visiting the [Getting Started](https://markbind.org/userGuide/gettingStarted.html) section in the User Guide and try out MarkBind as a user. Exploring and understanding the various features it provides.

If you have not done so yet, we also recommend visiting the [Developer Guide]({{baseurl}}/devGuide/index.html) to learn about the [structure of the project]({{baseurl}}/devGuide/index.html#project-structure), how to set up the [developer environment]({{baseurl}}/devGuide/index.html#development-process), and how to run [tests]({{baseurl}}/devGuide/devGuide.html#testing).
If you have not done so yet, we also recommend visiting the [Developer Guide]({{baseUrl}}/devGuide/index.html) to learn about the [structure of the project]({{baseUrl}}/devGuide/index.html#project-structure), how to set up the [developer environment]({{baseUrl}}/devGuide/index.html#development-process), and how to run [tests]({{baseUrl}}/devGuide/devGuide.html#testing).

When you're ready, you can start by looking through these issues marked <a href="https://github.com/MarkBind/markbind/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22+sort%3Acomments-desc" class="badge" style="color:white; background-color: #7057FF;">good first issue</a>.

Expand Down
2 changes: 1 addition & 1 deletion docs/dg-site.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"titlePrefix": "MarkBind",
"pages": [
{
"glob": ["**/*.mbd", "*.md", "devGuide/*.md"]
"glob": ["**/*.mbd", "*.md", "devGuide/*.md", "devGuide/*/*.md"]
},
{
"src": "index.md",
Expand Down