Skip to content

Commit

Permalink
chore: started on tab profile docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Jan 10, 2024
1 parent 041cde1 commit 400f9c1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions defaults/docs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ These docs serve as a reference for questions you may have, and a guide for help
* What is a tab, parts of a tab, and default vs custom.
* Filters
* What are filters, descriptions/tips for each, and examples.
* Tab Profiles
* User made groups of tabs that can be swapped out on the fly.
* The Fix System
* TabMaster's system for handling changes that could potentially break it.

Expand Down
Empty file added defaults/docs/Tab_Profiles.md
Empty file.
1 change: 1 addition & 0 deletions src/components/docs/DocsRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const DocsRouter: VFC<DocsRouterProps> = ({ docs }) => {
docPages["Overview"],
docPages["Tabs"],
docPages["Filters"],
docPages["Tab Profiles"],
docPages["The Fix System"]
]}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/state/TabMasterManager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { LogController } from "../lib/controllers/LogController";
import { PresetName, PresetOptions, getPreset } from '../presets/presets';
import { MicroSDeckInterop } from '../lib/controllers/MicroSDeckInterop';
import { TabErrorController } from '../lib/controllers/TabErrorController';
import { TabProfileDictionary, TabProfileManager } from './TabProfileManager';
import { TabProfileManager } from './TabProfileManager';

/**
* Converts a list of filters into a 1D array.
Expand Down

0 comments on commit 400f9c1

Please sign in to comment.