Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aria/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The website of GitMega fork from [AriaDocs](https://github.com/nisabmohd/Aria-Do

### Quick Start

```plaintext
```bash
npm install --force
npm run dev
```
4 changes: 3 additions & 1 deletion aria/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { Space_Mono, Space_Grotesk } from "next/font/google";
import { Footer } from "@/components/footer";
import "@/styles/globals.css";

import { GoogleAnalytics } from '@next/third-parties/google'
import { GoogleAnalytics } from "@next/third-parties/google";
import { Analytics } from "@vercel/analytics/react";

const GeistSans = Space_Grotesk({
subsets: ["latin"],
Expand Down Expand Up @@ -51,6 +52,7 @@ export default function RootLayout({
</main>
<Footer />
</ThemeProvider>
<Analytics />
</body>

<GoogleAnalytics gaId="G-WCSCZGFL72" />
Expand Down
41 changes: 0 additions & 41 deletions aria/contents/docs/getting-started/components/code-block/index.mdx

This file was deleted.

38 changes: 0 additions & 38 deletions aria/contents/docs/getting-started/components/custom/index.mdx

This file was deleted.

57 changes: 0 additions & 57 deletions aria/contents/docs/getting-started/components/image-link/index.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions aria/contents/docs/getting-started/components/index.mdx

This file was deleted.

44 changes: 0 additions & 44 deletions aria/contents/docs/getting-started/components/note/index.mdx

This file was deleted.

38 changes: 0 additions & 38 deletions aria/contents/docs/getting-started/components/stepper/index.mdx

This file was deleted.

68 changes: 0 additions & 68 deletions aria/contents/docs/getting-started/components/tabs/index.mdx

This file was deleted.

Loading