Documentation slight changes

main
Michal 2 years ago
parent 60cdf55d6a
commit d7a858c546
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -25,8 +25,6 @@ enabled = false
key = ""
on_gen = false
[mode.workspace]
[repositories]
repos = [
"foo:repo1",

@ -6,7 +6,7 @@ PacManage your repositories in style!
As opposed to the rather barren Workspace mode, the Repository mode config is rather fleshed out,
and we have a few options to choose from.
Let's take an example config,
Let's take an example section from a Repository mode config,
```toml
[mode.repository]
@ -36,3 +36,6 @@ Calling back to the example above, we can see 3 config keys:
- `key`: Defines the GPG key ID to use for signing.
- `on_gen`: Defines whether to sign packages when they are built, or all at once on repository generation (this is also recommended).
---
You can return to [Getting Started](GETTING_STARTED.md) page here!

@ -3,6 +3,8 @@ You'll never have to work(space) another day in your life!
### Workspace Config
Taking an example section from the Workspace mode config,
```toml
[mode.workspace]
git_info = true
@ -22,8 +24,8 @@ The key for the values is as follows:
These will be typically displayed in either Green (Clean) or Red (Dirty)
However, if colorblind is set to true, the colors will instead be set to Blue (Clean) or Dark Red (Dirty), to be more discernible to colorblind users
However, if `colorblind` is set to true, the colors will instead be set to Blue (Clean) or Dark Red (Dirty), to be more discernible to colorblind users
### For Now...
---
You can return to [Getting Started](GETTING_STARTED.md), or head directly into [Repository Mode](REPOSITORY_MODE.md) to see where Malachite really shines!
You can return to [Getting Started](GETTING_STARTED.md) page here!
Loading…
Cancel
Save