Skip to content

Commit

Permalink
(docs) small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 1, 2024
1 parent c163a78 commit 0ccb44c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configuration
description: Configure FDM Monster
title: Software Usage
description: FDM Monster Software usage
slug: /configuration
pagination_prev: installing/index
---
Expand Down
8 changes: 1 addition & 7 deletions docs/configuration/menu/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Menu Items
title: FDM Monster Menu Items
description: All menu items described
slug: /configuration/menu
---
Expand All @@ -10,9 +10,3 @@ FDM Monster has multiple left-side menu items.
- [**Printers**](./printers/index.mdx) - Printer overview
- [**Cameras**](./cameras/index.mdx) - Printer cameras
- [**Settings**](./settings/index.mdx) - FDM Monster settings

<!-- ```mdx-code-block
import DocCardList from '@theme/DocCardList';

<DocCardList />
``` -->
1 change: 0 additions & 1 deletion docs/configuration/moonraker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ After you have setup your FDM Monster installation, you can enable experimental
1. Once logged in, click the cogwheel ⚙️ on the left side menu.
1. On the bottom click the **experimental** menu option.
1. Check the checkbox before **Enable Experimental Moonraker Support**.
1. Press **Save**.

![Experimental Klipper](../images/screenshots-1.7.0/experimental-klipper.png)
4 changes: 2 additions & 2 deletions sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
},
{
type: 'category',
label: 'Configuration',
label: 'Software Usage',
link: {
type: 'doc',
id: 'configuration/index',
Expand All @@ -41,7 +41,7 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';
'configuration/first-time-setup',
{
type: 'category',
label: 'Menu',
label: 'FDM Monster Menu Items',
link: {
type: 'doc',
id: 'configuration/menu/index',
Expand Down

0 comments on commit 0ccb44c

Please sign in to comment.