Skip to content

Commit

Permalink
GitBook: [#28] Misisng link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danmash authored and gitbook-bot committed Oct 16, 2022
1 parent 294f1b2 commit 15d2a43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/README.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Other ways to contribute to the project are listed [here](https://contribute.cli

## How to report bugs or suggest features?

See our [report bug](contribute-as-a-python-dev/report-bug.md) and [suggest feature](contribute-as-a-python-dev/suggest-feature.md) pages for more information.
See our [report bug](docs/contribute-as-a-python-dev/report-bug.md) and [suggest feature](docs/contribute-as-a-python-dev/suggest-feature.md) pages for more information.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Table of contents

* [ClimateMind REST API](docs/README.md)
* [ClimateMind REST API](README.md)
* [Under the hood](docs/under-the-hood.md)
* [🐍 Contribute as a Python dev](docs/contribute-as-a-python-dev/README.md)
* [Installation](docs/contribute-as-a-python-dev/installation.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Managing the documentation with GitBook could be handy but sometimes lead to som
* all `.md` files should be located in `docs` folder
* there are no invalid paths like `docs/docs/docs...` in the `SUMMARY.md` file
* files are not duplicated
* change that links are not pointing to `app.gitbook.com`
* check that links in `.md` files are not pointing to `app.gitbook.com`
* check that links in `.md` files are pointing to existing pages.

## Any other way

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ When changes are in `docs` branch they could be merged to `develop` branch. &#x2
1. Create a Push Request from `develop` <- `docs`.
2. Update with rebase `docs` branch using UI in PR.&#x20;

<figure><img src="../../../.gitbook/assets/Screenshot 2022-10-13 at 13.34.00.png" alt=""><figcaption><p>Update the docs branch</p></figcaption></figure>
<figure><img src="../../../../.gitbook/assets/Screenshot 2022-10-13 at 13.34.00.png" alt=""><figcaption><p>Update the docs branch</p></figcaption></figure>
3. Create a simple merge commit, **without** squash or rebase.

<figure><img src="../../../.gitbook/assets/Screenshot 2022-10-13 at 13.09.53.png" alt=""><figcaption><p>Merge docs to develop using simple merge</p></figcaption></figure>
<figure><img src="../../../../.gitbook/assets/Screenshot 2022-10-13 at 13.09.53.png" alt=""><figcaption><p>Merge docs to develop using simple merge</p></figcaption></figure>

The final git tree will look like this. GitBook should be able to handle it without any issues.&#x20;

Expand Down

0 comments on commit 15d2a43

Please sign in to comment.