Skip to content

Commit

Permalink
Restructured meta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
somritdasgupta committed Jan 3, 2025
1 parent dade75a commit 7b29606
Show file tree
Hide file tree
Showing 14 changed files with 1,235 additions and 3,486 deletions.
2 changes: 1 addition & 1 deletion docs/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Somrit Dasgupta
Copyright (c) 2025 Somrit Dasgupta

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 5 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Aide Documentation
# aiDe⚡docs

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.
[![](.github/screenshot.png)](https://nextra-docs-template.vercel.app)

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.

## Overview

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

## License

Aide is licensed under the MIT License.

---

Feel free to adjust or add any specific details as needed!
Aide is licensed under the MIT License.
2 changes: 1 addition & 1 deletion docs/components/counters.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.counter {
border: 3px solid #ccc;
border: 1px solid #ccc;
border-radius: 5px;
padding: 2px 6px;
margin: 12px 0 0;
Expand Down
6 changes: 3 additions & 3 deletions docs/components/counters.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useState } from 'react'
import styles from './counters.module.css'
import { useState } from "react"
import styles from "./counters.module.css"

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

function handleClick() {
Expand Down
11 changes: 4 additions & 7 deletions docs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
async function withNextra() {
const nextra = (await import("nextra")).default
return nextra({
theme: "nextra-theme-docs",
themeConfig: "./theme.config.tsx"
})
}
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
})

module.exports = withNextra()
1 change: 0 additions & 1 deletion docs/nextra-theme-docs.d.ts

This file was deleted.

23 changes: 10 additions & 13 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aiDe⚡docs",
"version": "1.0.0",
"description": "aiDe usage guide",
"name": "nextra-docs-template",
"version": "0.0.1",
"description": "Nextra docs template",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -11,24 +11,21 @@
"type": "git",
"url": "git+https://github.com/somritdasgupta/aide"
},
"author": "somritdasgupta",
"author": "Somrit Dasgupta <thesomritdasgupta@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/somritdasgupta/aide/issues"
},
"homepage": "https://aide-docs.vercel.app",
"homepage": "https://github.com/somritdasgupta/aide",
"dependencies": {
"autoprefixer": "^10.4.20",
"next": "^13.5.7",
"next": "^13.0.6",
"nextra": "latest",
"nextra-theme-docs": "^2.13.4",
"postcss-import": "^16.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.13"
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"typescript": "^4.9.5"
"typescript": "^4.9.3"
}
}
4 changes: 3 additions & 1 deletion docs/pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"index": "Introduction",
"Fundamentals": "Fundamentals",
"Ollama": "Ollama",
"contact": {
"title": "LinkedIn ↗",
"type": "page",
"href": "https://linkedin.com/in/somritdasgupta",
"newWindow": true
}
}
}
4 changes: 2 additions & 2 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction
# aiDe⚡docs

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.
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.

### Overview

Expand Down
Loading

1 comment on commit 7b29606

@vercel
Copy link

@vercel vercel bot commented on 7b29606 Jan 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.