Skip to content

Commit 7b29606

Browse files
Restructured meta.json
1 parent dade75a commit 7b29606

14 files changed

Lines changed: 1235 additions & 3486 deletions

docs/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Somrit Dasgupta
3+
Copyright (c) 2025 Somrit Dasgupta
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Aide Documentation
1+
# aiDe⚡docs
22

3-
Welcome to the Aide documentation repository! This repository contains comprehensive guides and technical details about Aide, a powerful web software based on Ollama's local instance technology. Aide integrates advanced natural language processing (NLP) models for versatile applications, including real-time data scraping and fine-tuning.
3+
[![](.github/screenshot.png)](https://nextra-docs-template.vercel.app)
4+
5+
Welcome to the aiDe documentation repository. This repository contains comprehensive guides and technical details about Aide, a powerful web software based on Ollama's local instance technology. Aide integrates advanced natural language processing (NLP) models for versatile applications, including real-time data scraping and fine-tuning.
46

57
## Overview
68

@@ -26,8 +28,4 @@ Contributions to the documentation are welcome! If you have suggestions or impro
2628

2729
## License
2830

29-
Aide is licensed under the MIT License.
30-
31-
---
32-
33-
Feel free to adjust or add any specific details as needed!
31+
Aide is licensed under the MIT License.

docs/components/counters.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.counter {
2-
border: 3px solid #ccc;
2+
border: 1px solid #ccc;
33
border-radius: 5px;
44
padding: 2px 6px;
55
margin: 12px 0 0;

docs/components/counters.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { useState } from 'react'
2-
import styles from './counters.module.css'
1+
import { useState } from "react"
2+
import styles from "./counters.module.css"
33

4-
function MyButton() {
4+
function MyButton(props: any): JSX.Element {
55
const [count, setCount] = useState(0)
66

77
function handleClick() {

docs/next.config.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
async function withNextra() {
2-
const nextra = (await import("nextra")).default
3-
return nextra({
4-
theme: "nextra-theme-docs",
5-
themeConfig: "./theme.config.tsx"
6-
})
7-
}
1+
const withNextra = require('nextra')({
2+
theme: 'nextra-theme-docs',
3+
themeConfig: './theme.config.tsx',
4+
})
85

96
module.exports = withNextra()

docs/nextra-theme-docs.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "aiDe⚡docs",
3-
"version": "1.0.0",
4-
"description": "aiDe usage guide",
2+
"name": "nextra-docs-template",
3+
"version": "0.0.1",
4+
"description": "Nextra docs template",
55
"scripts": {
66
"dev": "next dev",
77
"build": "next build",
@@ -11,24 +11,21 @@
1111
"type": "git",
1212
"url": "git+https://github.com/somritdasgupta/aide"
1313
},
14-
"author": "somritdasgupta",
14+
"author": "Somrit Dasgupta <thesomritdasgupta@gmail.com>",
1515
"license": "MIT",
1616
"bugs": {
1717
"url": "https://github.com/somritdasgupta/aide/issues"
1818
},
19-
"homepage": "https://aide-docs.vercel.app",
19+
"homepage": "https://github.com/somritdasgupta/aide",
2020
"dependencies": {
21-
"autoprefixer": "^10.4.20",
22-
"next": "^13.5.7",
21+
"next": "^13.0.6",
2322
"nextra": "latest",
24-
"nextra-theme-docs": "^2.13.4",
25-
"postcss-import": "^16.1.0",
26-
"react": "^18.3.1",
27-
"react-dom": "^18.3.1",
28-
"tailwindcss": "^3.4.13"
23+
"nextra-theme-docs": "latest",
24+
"react": "^18.2.0",
25+
"react-dom": "^18.2.0"
2926
},
3027
"devDependencies": {
3128
"@types/node": "18.11.10",
32-
"typescript": "^4.9.5"
29+
"typescript": "^4.9.3"
3330
}
3431
}

docs/pages/_meta.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"index": "Introduction",
3+
"Fundamentals": "Fundamentals",
4+
"Ollama": "Ollama",
35
"contact": {
46
"title": "LinkedIn ↗",
57
"type": "page",
68
"href": "https://linkedin.com/in/somritdasgupta",
79
"newWindow": true
810
}
9-
}
11+
}

docs/pages/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Introduction
1+
# aiDe⚡docs
22

3-
Aide is a cutting-edge web extension designed to revolutionize your browsing experience by integrating advanced AI capabilities with a user-friendly interface. This powerful tool offers a seamless way to interact with local AI language models (LLMs), enabling a wide range of actions and enhancements directly within your browser.
3+
This is the documentation for aiDe, which is a Gen-AI powerhouse web extension designed to enhance and change your browsing experience by integrating advanced AI capabilities with a user-friendly interface. This powerful tool offers a seamless way to interact with local AI language models (LLMs), enabling a wide range of actions and enhancements directly within your browser seamlessly as you browse.
44

55
### Overview
66

0 commit comments

Comments
 (0)