Skip to content

Commit

Permalink
📝 Make introduction home page
Browse files Browse the repository at this point in the history
  • Loading branch information
awtkns committed May 10, 2023
1 parent a842653 commit 487f3a8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 92 deletions.
File renamed without changes.
28 changes: 4 additions & 24 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,29 @@ const config = {
title: 'AgentGPT',
tagline: 'Autonomous AI agents directly in your browser',
favicon: 'img/favicon.ico',

// Set the production url of your site here
url: 'https://docs.reworkd.ai',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'reworkd', // Usually your GitHub org/user name.
projectName: 'AgentGPT', // Usually your repo name.
trailingSlash: false,

onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',

// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
},

presets: [
[
'classic',
'@docusaurus/preset-classic',
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
// editUrl:
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
routeBasePath: '/',
editUrl: 'https://github.com/reworkd/AgentGPT/tree/main/docs/',
},
// blog: {
// showReadingTime: true,
// // Please change this to your repo.
// // Remove this to remove the "edit this page" links.
// editUrl:
// 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
// },
blog: false,
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
Expand Down
23 changes: 0 additions & 23 deletions docs/src/pages/index.module.css

This file was deleted.

38 changes: 0 additions & 38 deletions docs/src/pages/index.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions docs/src/pages/markdown-page.md

This file was deleted.

0 comments on commit 487f3a8

Please sign in to comment.