Skip to content

Commit

Permalink
Merge pull request #30 from m1-dev/docs-changes
Browse files Browse the repository at this point in the history
Documentation changes
  • Loading branch information
notunderctrl authored Nov 25, 2023
2 parents 14b04dd + 7ba1995 commit 57acbf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions apps/docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export function FeatureList() {
<li>Supports multiple bot developers 👥</li>
<li>Automatic command updates 🤖</li>
<li>Object oriented 💻</li>
<li>Easy-to-use CLI 🧑‍💻</li>
</ul>
</section>
)
Expand Down Expand Up @@ -50,8 +51,8 @@ export default function Home() {

<div className="flex items-center justify-center gap-3 mt-10 md:justify-start">
<Link href='/docs/installation' className="font-semibold bg-[#b079fc] py-2 px-4 rounded-full">Documentation</Link>

<Link href='https://github.com/underctrl-io/commandkit' className="font-semibold bg-blue-500 py-2 px-4 rounded-full" target='_blank' target="_blank" rel="noopener noreferrer">GitHub</Link>
<Link href='https://github.com/underctrl-io/commandkit' className="font-semibold bg-blue-500 py-2 px-4 rounded-full" target="_blank" rel="noopener noreferrer">GitHub</Link>
<Link href='https://npmjs.com/package/commandkit' className="font-semibold bg-[#fc7993] py-2 px-4 rounded-full">npm</Link>
</div>
</div>
</section>
Expand Down
4 changes: 0 additions & 4 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ const config: DocsThemeConfig = {
</span>
),
},
darkMode: false,
nextThemes: {
defaultTheme: 'dark',
},
};

export default config;

0 comments on commit 57acbf8

Please sign in to comment.