Skip to content

Commit

Permalink
Upgrade to NextJS 14 and fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
BillChirico committed Oct 27, 2023
1 parent c6aa045 commit e84721a
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 69 deletions.
114 changes: 62 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"@types/node": "20.8.9",
"@vercel/style-guide": "^5.0.1",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.6",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.0.0",
"next": "^13.0.6",
"next": "^14.0.0",
"nextra": "latest",
"nextra-theme-docs": "latest",
"prettier-plugin-packagejson": "^2.4.6",
Expand Down
30 changes: 28 additions & 2 deletions pages/about.mdx
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.
26 changes: 13 additions & 13 deletions theme.config.tsx
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

0 comments on commit e84721a

Please sign in to comment.