-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c6aa045
commit e84721a
Showing
4 changed files
with
105 additions
and
69 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,29 @@ | ||
# About | ||
# Welcome to the Volvox.Apollo Documentation! | ||
|
||
This is the about page! This page is shown on the navbar. | ||
Hello there! We are thrilled to have you here. The Volvox.Apollo API is designed | ||
to be developer focused and help you create your own integrations to protect | ||
your community. Whether you are a seasoned developer or just getting started, | ||
this documentation is structured to provide you with the information you need to | ||
work effectively with Volvox.Apollo. | ||
|
||
## What is Volvox.Apollo? | ||
|
||
Apollo's API provides the flexibility to build the right customer experience for | ||
your business with developer-focused APIs and documentation for seamless | ||
integration and management. | ||
|
||
At the heart of Apollo lies a powerful message analysis engine, meticulously | ||
designed to scrutinize and evaluate messages with precision. Utilizing | ||
sophisticated models, Apollo assigns scores between 0 to 100, enabling a nuanced | ||
understanding of the message context and intent. Our robust models are finely | ||
tuned to identify and prevent a spectrum of inappropriate behaviors effectively, | ||
including but not limited to: | ||
|
||
- Toxicity | ||
- Sexual Harassment | ||
- Unwanted Flirtation | ||
- Insults and Offensive Language | ||
|
||
Apollo is committed to fostering safe, respectful, and professional digital | ||
interactions, empowering users and administrators to maintain environments free | ||
from harassment and negativity. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
import React from 'react' | ||
import { DocsThemeConfig } from 'nextra-theme-docs' | ||
import { DocsThemeConfig } from "nextra-theme-docs" | ||
import React from "react" | ||
|
||
const config: DocsThemeConfig = { | ||
logo: <span>Apollo.Volvox.Docs</span>, | ||
project: { | ||
link: 'https://github.com/shuding/nextra-docs-template', | ||
}, | ||
chat: { | ||
link: 'https://discord.gg/Y6BgvsWuNU', | ||
}, | ||
docsRepositoryBase: 'https://github.com/shuding/nextra-docs-template', | ||
footer: { | ||
text: 'Nextra Docs Template', | ||
}, | ||
logo: <span>Volvox.Apollo Docs</span>, | ||
project: { | ||
link: "https://github.com/VolvoxLLC/Volvox.Apollo.Docs" | ||
}, | ||
chat: { | ||
link: "https://discord.gg/Y6BgvsWuNU" | ||
}, | ||
docsRepositoryBase: "https://github.com/VolvoxLLC/Volvox.Apollo.Docs", | ||
footer: { | ||
text: "Volvox.Apollo Docs © 2023 by Volvox LLC" | ||
} | ||
} | ||
|
||
export default config |