From 182101cfddd0bdb59b1abf5cbc8f964cbe2f6cc4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 29 Dec 2025 11:54:47 +0000 Subject: [PATCH] Add documentation for hideFromWorkspace option Co-authored-by: JDB321Sailor <212125521+JDB321Sailor@users.noreply.github.com> --- docs/configuring.md | 1 + user-data/conf.yml.backup | 49 --------------------------------------- 2 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 user-data/conf.yml.backup diff --git a/docs/configuring.md b/docs/configuring.md index 62b876f7..b15fbd1f 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -280,6 +280,7 @@ For more info, see the **[Authentication Docs](/docs/authentication.md)** **`hideForGuests`** | `boolean` | _Optional_ | Current item will be visible for logged in users, but not for guests (see `appConfig.enableGuestAccess`). Defaults to `false` **`hideForKeycloakUsers`** | `object` | _Optional_ | Current item will be visible to all keycloak users, except for those configured via these groups and roles. See `hideForKeycloakUsers` **`showForKeycloakUsers`** | `object` | _Optional_ | Current item will be hidden from all keycloak users, except for those configured via these groups and roles. See `showForKeycloakUsers` +**`hideFromWorkspace`** | `boolean` | _Optional_ | Current item will be visible in the default view but not in the Workspace view sidebar. Defaults to `false` **[⬆️ Back to Top](#configuring)** diff --git a/user-data/conf.yml.backup b/user-data/conf.yml.backup deleted file mode 100644 index 0c5512cc..00000000 --- a/user-data/conf.yml.backup +++ /dev/null @@ -1,49 +0,0 @@ ---- -# Page meta info, like heading, footer text and nav links -pageInfo: - title: Dashy - description: Welcome to your new dashboard! - navLinks: - - title: GitHub - path: https://github.com/Lissy93/dashy - - title: Documentation - path: https://dashy.to/docs - -# Optional app settings and configuration -appConfig: - theme: colorful - -# Main content - An array of sections, each containing an array of items -sections: -- name: Getting Started - icon: fas fa-rocket - items: - - title: Dashy Live - description: Development a project management links for Dashy - icon: https://i.ibb.co/qWWpD0v/astro-dab-128.png - url: https://live.dashy.to/ - target: newtab - - title: GitHub - description: Source Code, Issues and Pull Requests - url: https://github.com/lissy93/dashy - icon: favicon - - title: Docs - description: Configuring & Usage Documentation - provider: Dashy.to - icon: far fa-book - url: https://dashy.to/docs - - title: Showcase - description: See how others are using Dashy - url: https://github.com/Lissy93/dashy/blob/master/docs/showcase.md - icon: far fa-grin-hearts - displayData: - hideFromWorkspace: true - - title: Config Guide - description: See full list of configuration options - url: https://github.com/Lissy93/dashy/blob/master/docs/configuring.md - icon: fas fa-wrench - - title: Support - description: Get help with Dashy, raise a bug, or get in contact - url: https://github.com/Lissy93/dashy/blob/master/.github/SUPPORT.md - icon: far fa-hands-helping - \ No newline at end of file