Skip to content

Commit

Permalink
Fix Support tinasdk5 website.
Browse files Browse the repository at this point in the history
  • Loading branch information
codebug8 committed Apr 10, 2024
1 parent 880ba96 commit f187c71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eai.100ask.net
tina5.100ask.net
12 changes: 6 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ 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 /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',

// 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',
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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',
},
Expand Down

0 comments on commit f187c71

Please sign in to comment.