Skip to content

Commit

Permalink
feat: add a placeholder for the "how to use these docs" page
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Nov 9, 2023
1 parent 6368f03 commit cb57783
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ export default defineConfig({
collapsed: true,
translations: {},
},
{
label: "Using these docs",
link: "/using_the_docs",
collapsed: true,
translations: {},
},
{
label: "Basic Usage",
collapsed: true,
Expand Down
12 changes: 12 additions & 0 deletions src/content/docs/using_the_docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
id: using_the_docs
title: Using This Documentation
---

::::danger

TODO: NEEDS TO BE IMPLEMENTED

::::

Describe how provided code is all `lazy.nvim` snippets that can be used in the users plugin definitions.

0 comments on commit cb57783

Please sign in to comment.