diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a6ad039..20d5d1b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,4 +36,4 @@ jobs: github_token: ${{ secrets.CI_TOKEN }} # Build output to publish to the `gh-pages` branch: publish_dir: ./build - cname: eai.100ask.net + cname: tina5.100ask.net diff --git a/CNAME b/CNAME index 9483f03..10411db 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -eai.100ask.net \ No newline at end of file +tina5.100ask.net \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index af0c0c6..057384a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -9,11 +9,11 @@ import {themes as prismThemes} from 'prism-react-renderer'; /** @type {import('@docusaurus/types').Config} */ const config = { title: '东山Π', - tagline: 'DshanPI Linux AI Docs.', + tagline: 'eLinux TinaSDK5 Docs.', favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://eai.100ask.net', + url: 'https://tina5.100ask.net', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/', @@ -21,7 +21,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. organizationName: '100askTeam', // Usually your GitHub org/user name. - projectName: 'eLinuxAI-TrainingDocs', // Usually your repo name. + projectName: 'eLinuxTina5-TrainingDocs', // Usually your repo name. onBrokenLinks: 'warn', onBrokenMarkdownLinks: 'warn', @@ -53,14 +53,14 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/100askTeam/eLinuxAI-TrainingDocs/tree/main/', + 'https://github.com/100askTeam/eLinuxTina5-TrainingDocs/tree/main/', }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/100askTeam/eLinuxAI-TrainingDocs/tree/main/', + 'https://github.com/100askTeam/eLinuxTina5-TrainingDocs/tree/main/', }, theme: { customCss: './src/css/custom.css', @@ -92,7 +92,7 @@ const config = { position: 'right', }, { - href: 'https://github.com/100askTeam/eLinuxAI-TrainingDocs', + href: 'https://github.com/100askTeam/eLinuxTina5-TrainingDocs', label: 'GitHub', position: 'right', },