Skip to content

Commit

Permalink
update doc title
Browse files Browse the repository at this point in the history
  • Loading branch information
luongngocminh committed Jan 3, 2024
1 parent 8c0e241 commit a4b52ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ import type { Config } from "@docusaurus/types";
import type * as Preset from "@docusaurus/preset-classic";

const config: Config = {
title: "Atm0s",
title: "Atm0s Media Server",
tagline: "Global-Scale Media Server written in Rust (WebRTC/RTMP/SIP)",
favicon: "img/favicon.ico",

// Set the production url of your site here
url: "https://8xFF.github.io",
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/atm0s-docs",
baseUrl: "/media-docs",

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: "8xFF", // Usually your GitHub org/user name.
projectName: "atm0s-docs", // Usually your repo name.
projectName: "media-docs", // Usually your repo name.

onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",
Expand Down Expand Up @@ -99,7 +99,7 @@ const config: Config = {
},
{
label: "GitHub",
href: "https://github.com/8xff/atm0s-docs",
href: "https://github.com/8xff/media-docs",
},
],
},
Expand Down

0 comments on commit a4b52ae

Please sign in to comment.