diff --git a/docs/3-bot/1-overview.md b/docs/3-bot/1-overview.md index 1356a1f..1f6a412 100644 --- a/docs/3-bot/1-overview.md +++ b/docs/3-bot/1-overview.md @@ -1,3 +1,16 @@ # Overview -Work in progress... +## Why Llama Bot? + +### 102% Free + +Every features are available for free. + +Everything is funded via donation. + +### Open source + +Llama bot is not just free as in free ice cream, but also free as in freedom. +Every code that powers the Llama Bot can be found on [Github](https://github.com/llama-bot). Developers have the first class support and we provide detailed documentations to help you host the Llama Bot yourself. + +Also, every part of the bot is licensed under the [MIT License](https://opensource.org/licenses/MIT) so you are free to do whatever your hart desires! diff --git a/docusaurus.config.js b/docusaurus.config.js index 20abf33..4a7b39a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,10 +15,11 @@ module.exports = { projectName: 'llama-bot-docs', // Usually your repo name. themeConfig: { navbar: { - title: 'Llama Bot', + title: 'Llama Bot Docs', logo: { alt: 'Llama Bot Logo', src: 'img/logo.png', + href: '/docs/overview', }, items: [ { diff --git a/src/components/HomepageFeatures.jsx b/src/components/HomepageFeatures.jsx deleted file mode 100644 index 39b3aa4..0000000 --- a/src/components/HomepageFeatures.jsx +++ /dev/null @@ -1,85 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; - -import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; -import { faStar } from '@fortawesome/free-solid-svg-icons'; - -import styles from './HomepageFeatures.module.css'; - -const FeatureList = [ - { - size: 4, - title: 'Open source', - description: ( - <> - Everything that make up the bot can be found on{' '} - - Github - - . You can even clone and host it yourself! - - ), - }, - { - size: 6, - title: '102% Free', - description: ( - <> - Llama bot is not just free as in free ice cream, but also free as in - freedom. Every part of the bot is licensed under the{' '} - - MIT License - {' '} - so you are free to do whatever your hart desires! - - ), - }, - { - size: 4, - title: 'Easy to use', - description: ( - <> - ✔️ Simple -
- ✔️ Modern -
- ✔️ Extendable -
- ✔️ Well documented - - ), - }, -]; - -function Feature({ size, title, description }) { - return ( -
-
- -
-
-

{title}

-

{description}

-
-
- ); -} - -export default function HomepageFeatures() { - return ( -
-
-
- {FeatureList.map((props, idx) => ( - - ))} -
-
-
- ); -} diff --git a/src/components/HomepageFeatures.module.css b/src/components/HomepageFeatures.module.css deleted file mode 100644 index 9dcb82c..0000000 --- a/src/components/HomepageFeatures.module.css +++ /dev/null @@ -1,13 +0,0 @@ -/* stylelint-disable docusaurus/copyright-header */ - -.features { - display: flex; - align-items: center; - padding: 2rem 0; - width: 100%; -} - -.featureSvg { - height: 200px; - width: 200px; -} diff --git a/src/pages/index.jsx b/src/pages/index.jsx deleted file mode 100644 index be2b97a..0000000 --- a/src/pages/index.jsx +++ /dev/null @@ -1,35 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import Layout from '@theme/Layout'; -import Link from '@docusaurus/Link'; -import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; -import styles from './index.module.css'; -import HomepageFeatures from '../components/HomepageFeatures'; - -export default function Home() { - const { siteConfig } = useDocusaurusContext(); - return ( - -
-
-

{siteConfig.title}

-

{siteConfig.tagline}

-
- - Get started - 5min ⏱️ - -
-
-
-
- -
-
- ); -} diff --git a/src/pages/index.module.css b/src/pages/index.module.css deleted file mode 100644 index 5c0d4f6..0000000 --- a/src/pages/index.module.css +++ /dev/null @@ -1,25 +0,0 @@ -/* stylelint-disable docusaurus/copyright-header */ - -/** - * CSS files with the .module.css suffix will be treated as CSS modules - * and scoped locally. - */ - -.heroBanner { - padding: 4rem 0; - text-align: center; - position: relative; - overflow: hidden; -} - -@media screen and (max-width: 966px) { - .heroBanner { - padding: 2rem; - } -} - -.buttons { - display: flex; - align-items: center; - justify-content: center; -} diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..b1e5a8b --- /dev/null +++ b/static/index.html @@ -0,0 +1,15 @@ + + + + + + + + + + If you are not redirected automatically, follow this + link. + +