Skip to content

Commit

Permalink
Adding Version v0.6 Release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Mar 11, 2024
1 parent 5de280f commit 1516da8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/config/_default/menus/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

[[main]]
name = "Release Notes"
url = "/docs/releases/gdg_0.5/"
url = "/docs/releases/gdg_0.6/"
weight = 10


Expand Down
23 changes: 23 additions & 0 deletions website/content/en/docs/gdg/tools_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,29 @@ NOTE: this only manages top level of the orgs structure. Mainly used for a lazy

Additionally `addUser`, `updateUserRole`, `deleteUser`, `listUsers` are all used to manage a user's membership within a given organization.


### Organizations Preferences

There are a few properties that can be set to change behavior. Keep in mind that all of these entity need to be owned by the Org, you cannot reference to a dashboard outside of a given org.

```sh
## will set the weekstart as Tuesday and a default Org theme of dark
gdg t orgs prefs set --orgName "Main Org." --theme dark --weekstart tuesday
## Retrieve the Orgs Preferences
gdg t orgs prefs get --orgName "Main Org."
```


```
┌──────────────────┬─────────┐
│ FIELD │ VALUE │
├──────────────────┼─────────┤
│ HomeDashboardUID │ │
│ Theme │ dark │
│ WeekStart │ tuesday │
└──────────────────┴─────────┘
```

### Users

CRUD is under the 'backup' command. The tools subcommand allows you to promote a given user to a grafana admin if you have the permission to do so.
Expand Down
2 changes: 1 addition & 1 deletion website/content/en/docs/releases/gdg_0.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Release Notes for v0.5"
date: 2023-09-01T00:00:00
draft: false
images: []
weight: 197
weight: 198
toc: true
---

Expand Down

0 comments on commit 1516da8

Please sign in to comment.