Skip to content

Commit

Permalink
move best practices down in the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
egpbos committed Sep 27, 2024
1 parent 3157686 commit 9161825
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Because The Turing Way is programming language agnostic, this guide provides
addtional specific
[language guides](language_guides/languages_overview.md).
We also provide [technology guides](technology/technology_overview.md) on digital technologies we use often in our projects with research partners.
*Please be aware that most remaining "best practices" content is unmaintained,
*Please be aware that most remaining [best practices](/best_practices/overview.md) content is unmaintained,
be careful when using it.*
We plan on removing that content ([#286](https://github.com/NLeSC/guide/issues/286)).

Expand Down
12 changes: 6 additions & 6 deletions _sidebar.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@

* [Introduction](/README.md)
* [Best practices](/best_practices/overview.md)
* [Code Quality](/best_practices/code_quality.md)
* [Code Review](/best_practices/code_review.md)
* [Releases](/best_practices/releases.md)
* [Documentation](/best_practices/documentation.md)
* [Standards](/best_practices/standards.md)
* [Language Guides](/language_guides/languages_overview.md)
* [Bash](/language_guides/bash.md)
* [JavaScript and TypeScript](/language_guides/javascript.md)
Expand All @@ -17,4 +11,10 @@
* [GPU programming](/technology/gpu.md)
* [UX - User Experience](/technology/user_experience.md)
* [Datasets](/technology/datasets.md)
* [Best practices](/best_practices/overview.md)
* [Code Quality](/best_practices/code_quality.md)
* [Code Review](/best_practices/code_review.md)
* [Releases](/best_practices/releases.md)
* [Documentation](/best_practices/documentation.md)
* [Standards](/best_practices/standards.md)
* [Contributing to this Guide](/CONTRIBUTING.md)

0 comments on commit 9161825

Please sign in to comment.