From 4519a23b24a935654edadaf87e7768142b94063e Mon Sep 17 00:00:00 2001 From: Labayna Neil Brian Narido Date: Tue, 31 Mar 2020 20:13:14 +0800 Subject: [PATCH] Fix links in contributing.md --- docs/_markbind/layouts/devGuide/navigation.md | 2 +- docs/_markbind/navigation/devGuideSections.md | 2 ++ docs/devGuide/contributing.md | 4 ++-- docs/dg-site.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/_markbind/layouts/devGuide/navigation.md b/docs/_markbind/layouts/devGuide/navigation.md index 8d0646dcc3..5317fb961d 100644 --- a/docs/_markbind/layouts/devGuide/navigation.md +++ b/docs/_markbind/layouts/devGuide/navigation.md @@ -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) diff --git a/docs/_markbind/navigation/devGuideSections.md b/docs/_markbind/navigation/devGuideSections.md index 49b5e0f336..5317fb961d 100644 --- a/docs/_markbind/navigation/devGuideSections.md +++ b/docs/_markbind/navigation/devGuideSections.md @@ -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) diff --git a/docs/devGuide/contributing.md b/docs/devGuide/contributing.md index 8130ef5d73..ad62363f52 100644 --- a/docs/devGuide/contributing.md +++ b/docs/devGuide/contributing.md @@ -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 @@ -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 good first issue. diff --git a/docs/dg-site.json b/docs/dg-site.json index 6f17569272..a42b6b70be 100644 --- a/docs/dg-site.json +++ b/docs/dg-site.json @@ -3,7 +3,7 @@ "titlePrefix": "MarkBind", "pages": [ { - "glob": ["**/*.mbd", "*.md", "devGuide/*.md"] + "glob": ["**/*.mbd", "*.md", "devGuide/*.md", "devGuide/*/*.md"] }, { "src": "index.md",