Skip to content

Commit

Permalink
[sea-orm-pro] rename
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Dec 16, 2024
1 parent 82a9f8f commit d2b2b75
Show file tree
Hide file tree
Showing 57 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
SeaORM-X/node_modules
SeaORM-X/.docusaurus
SeaORM-X/build
SeaORM-Pro/node_modules
SeaORM-Pro/.docusaurus
SeaORM-Pro/build
sea-orm-pro/node_modules
sea-orm-pro/.docusaurus
sea-orm-pro/build
Blog/node_modules
Blog/.docusaurus
Blog/build
Expand All @@ -62,8 +62,8 @@ jobs:
- if: ${{ contains(steps.git-log.outputs.message, '[SeaORM-X]') || contains(steps.git-log.outputs.message, '[full]') }}
run: sh build-site.sh SeaORM-X SeaORM-X

- if: ${{ contains(steps.git-log.outputs.message, '[SeaORM-Pro]') || contains(steps.git-log.outputs.message, '[full]') }}
run: sh build-site.sh SeaORM-Pro SeaORM-Pro
- if: ${{ contains(steps.git-log.outputs.message, '[SeaORM-Pro]') || contains(steps.git-log.outputs.message, '[sea-orm-pro]') || contains(steps.git-log.outputs.message, '[full]') }}
run: sh build-site.sh sea-orm-pro sea-orm-pro

- if: ${{ contains(steps.git-log.outputs.message, '[Blog]') || contains(steps.git-log.outputs.message, '[full]') }}
run: sh build-site.sh Blog blog
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
SeaORM-X/node_modules
SeaORM-X/.docusaurus
SeaORM-X/build
SeaORM-Pro/node_modules
SeaORM-Pro/.docusaurus
SeaORM-Pro/build
sea-orm-pro/node_modules
sea-orm-pro/.docusaurus
sea-orm-pro/build
Blog/node_modules
Blog/.docusaurus
Blog/build
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

sh build-site.sh SeaORM SeaORM
sh build-site.sh SeaORM-X SeaORM-X
sh build-site.sh SeaORM-Pro SeaORM-Pro
sh build-site.sh sea-orm-pro sea-orm-pro
sh build-site.sh Blog blog
sh build-site.sh Seaography Seaography
sh build-site.sh SeaStreamer SeaStreamer
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
title: 'SeaORM Pro 🐚 An admin dashboard built on top of SeaORM & Seaography',
tagline: '🐚 SeaORM Pro is an admin dashboard built on top of SeaORM & Seaography',
url: 'https://www.sea-ql.org',
baseUrl: '/SeaORM-Pro/',
baseUrl: '/sea-orm-pro/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'throw',
favicon: 'img/favicon.ico',
Expand Down Expand Up @@ -147,7 +147,7 @@ module.exports = {
{
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/SeaQL/seaql.github.io/edit/master/SeaORM-Pro/',
editUrl: 'https://github.com/SeaQL/seaql.github.io/edit/master/sea-orm-pro/',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
},
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function render() {
<h2 className="text--center">Meet Terres, our official mascot</h2>
<p className="text--center">A friend of <a href="https://www.rustacean.net/">Ferris</a>, Terres the hermit crab is a member of the Rustacean family.</p>
<div className="text--center padding-horiz--md">
<img className={styles.mascot} src="/SeaORM-Pro/img/Terres.png"/>
<img className={styles.mascot} src="/sea-orm-pro/img/Terres.png"/>
</div>
</div>
</div>
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function HomepageHeader() {
return (
<header className={styles.heroBanner}>
<div className="container">
<img className={styles.homepageLogo} width="90%" src="/SeaORM-Pro/img/SeaORM logo.png" />
<img className={styles.homepageBanner} width="90%" src="/SeaORM-Pro/img/SeaORM Pro banner.png" />
<img className={styles.homepageLogo} width="90%" src="/sea-orm-pro/img/SeaORM logo.png" />
<img className={styles.homepageBanner} width="90%" src="/sea-orm-pro/img/SeaORM Pro banner.png" />
<h2 className="hero__subtitle">{siteConfig.tagline}</h2>
<br/>
<div className={styles.buttons}>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ yarn build
rm -rf build
cd ..

# Upgrade SeaORM-Pro docs
cd SeaORM-Pro
# Upgrade sea-orm-pro docs
cd sea-orm-pro
[[ -d .docusaurus ]] && rm -rf .docusaurus
[[ -d node_modules ]] && rm -rf node_modules
[[ -d .yarn ]] && rm -rf .yarn
Expand Down

0 comments on commit d2b2b75

Please sign in to comment.