Skip to content

Commit

Permalink
DG: Extract Configuration guide into a separate page
Browse files Browse the repository at this point in the history
Our policy is to limit the DG to content likely to be updated by
students forking the repo. As the section about configuration is
unlikely to be updated in student forks, let's move it to a separate
page.
  • Loading branch information
damithc committed Jun 7, 2020
1 parent 75b0edb commit ed764e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: page
title: Configuration guide
---

Certain properties of the application can be controlled (e.g user preferences file location, logging level) through the configuration file (default: `config.json`).
7 changes: 2 additions & 5 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,17 +218,14 @@ _{more aspects and alternatives to be added}_
_{Explain here how the data archiving feature will be implemented}_


### Configuration

Certain properties of the application can be controlled (e.g user prefs file location, logging level) through the configuration file (default: `config.json`).

--------------------------------------------------------------------------------------------------------------------

## **Documentation, logging, testing, dev ops**
## **Documentation, logging, testing, configuration, dev-ops**

* [Documentation guide](Documentation.md)
* [Testing guide](Testing.md)
* [Logging guide](Logging.md)
* [Configuration guide](Configuration.md)
* [DevOps guide](DevOps.md)

--------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit ed764e8

Please sign in to comment.