Skip to content

Commit

Permalink
docs:repo
Browse files Browse the repository at this point in the history
  • Loading branch information
johndeniel committed Nov 20, 2023
1 parent 6eb9798 commit 0c01854
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
15 changes: 10 additions & 5 deletions apps/docs/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,22 @@ import LinkedCard from '../../components/LinkedCard'



## Benefits

* **Enhance System Performance:** Identify and address performance bottlenecks before they impact users.
* **Reduce Downtime:** Proactively detect and resolve potential issues, minimizing system downtime.
* **Improve Security:** Monitor and respond to real-time security threats for data protection and compliance.



## Framework

Skylark is a framework for sophisticated log management infrastructure, acting as a centralized service for collecting, storing, and analyzing log data from diverse sources, enabling efficient monitoring and ensuring a forward-looking approach to system maintenance and troubleshooting.



## Benefits

* **Enhance System Performance:** Identify and address performance bottlenecks before they impact users.
* **Reduce Downtime:** Proactively detect and resolve potential issues, minimizing system downtime.
* **Improve Security:** Monitor and respond to real-time security threats for data protection and compliance.
## Repository
Skylark is a centralized repository dedicated to securely storing your system logs in a database. This centralized repository is a secure space for your system logs, ensuring their safety and providing a straightforward platform for easy retrieval when needed.



Expand Down
21 changes: 21 additions & 0 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,27 @@ const config: DocsThemeConfig = {
),
footer: {
component: Footer,
},

editLink: {
text: 'Edit this page on GitHub →'
},
feedback: {
content: 'Question? Give us feedback →',
labels: 'feedback'
},
sidebar: {
titleComponent({ title, type }) {
if (type === 'separator') {
return <span className="cursor-default">{title}</span>
}
return <>{title}</>
},
defaultMenuCollapseLevel: 1,
toggleButton: true
},
toc: {
backToTop: true
}
};

Expand Down

1 comment on commit 0c01854

@vercel
Copy link

@vercel vercel bot commented on 0c01854 Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.