Skip to content

Commit

Permalink
Merge site into one
Browse files Browse the repository at this point in the history
  • Loading branch information
zvxvx committed May 11, 2024
1 parent a67be5a commit 16f18e1
Show file tree
Hide file tree
Showing 35 changed files with 3,169 additions and 10,646 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added packages/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 29 additions & 0 deletions packages/site/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";

import starlight from "@astrojs/starlight";

// https://astro.build/config
export default defineConfig({
site: 'https://nhexirc.com/docs',
integrations: [tailwind(), starlight({
title: 'nhex irc client',
logo: {
src: '/public/favicon.svg',
},
social: {
github: 'https://github.com/nhexirc/nhex',
},
sidebar: [
{ label: 'nhex docs', link: 'docs/' },
{
label: 'Guides',
autogenerate: { directory: 'docs/guides' },
},
{
label: 'Troubleshooting',
autogenerate: { directory: 'docs/troubleshooting' },
},
],
})],
});
21 changes: 0 additions & 21 deletions packages/site/docs/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/site/docs/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions packages/site/docs/astro.config.mjs

This file was deleted.

4 changes: 0 additions & 4 deletions packages/site/main/.vscode/extensions.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/site/main/.vscode/launch.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/site/main/astro.config.mjs

This file was deleted.

Loading

0 comments on commit 16f18e1

Please sign in to comment.