mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Merge pull request #1555 from OneUptime/oneuptime-app-oneuptime-app-improve-comments-OeXvG
[OneUptime Copilot] Improve Comments on /App/FeatureSet/Docs/Utils/Nav.ts
This commit is contained in:
commit
e9a2c64d67
@ -3,11 +3,13 @@ export interface NavLink {
|
||||
url: string;
|
||||
}
|
||||
|
||||
// Define an interface for a navigation group
|
||||
export interface NavGroup {
|
||||
title: string;
|
||||
links: NavLink[];
|
||||
}
|
||||
|
||||
// Define an array of navigation groups
|
||||
const DocsNav: NavGroup[] = [
|
||||
{
|
||||
title: "Introduction",
|
||||
@ -72,4 +74,5 @@ const DocsNav: NavGroup[] = [
|
||||
},
|
||||
];
|
||||
|
||||
export default DocsNav;
|
||||
// Export the array of navigation groups
|
||||
export default DocsNav;
|
Loading…
Reference in New Issue
Block a user