Skip to content

Commit

Permalink
update manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Dec 12, 2023
1 parent efb367c commit 4706758
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manual/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const config = {
url: 'https://maif.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/daikoku/devmanual/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down
2 changes: 1 addition & 1 deletion manual/src/components/HomepageDaikokuDescription/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default function HomepageDaikokuDescription() {
<div className={styles.description__main}>
<b>Daikoku</b> is the developer portal which was missing for <a href='https://maif.github.io/otoroshi/manual/index.html' target='blank'>Otoroshi</a>.
It is written in <a href="https://www.scala-lang.org/" target="_blank">Scala</a> and developped by the <a href="https://maif.github.io" target="_blank">MAIF OSS</a> team.
Since the v1.5, Daikoku & Otoroshi share the same major versions, so, please use the same major versions between Otoroshi as Daikoku for a better experience.
</div>
<div>Since the v1.5, Daikoku & Otoroshi share the same major versions, so, please use the same major versions between Otoroshi as Daikoku for a better experience.</div>
<div className={styles.description__trivia}>
In Japan, <a href="https://en.wikipedia.org/wiki/File:Daikoku.jpg" target="blank">Daikokuten 大黒天</a>, the god of great darkness or blackness, or the god of five cereals, is one of the Seven Lucky Gods (Fukujin). Daikokuten evolved from the Buddhist form of the Indian deity Shiva intertwined with the Shinto god Ōkuninushi. The name is the Japanese equivalent of Mahākāla, the Hindu name for Shiva.
</div>
Expand Down
3 changes: 2 additions & 1 deletion manual/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import styles from './index.module.css';


function HeroBanner() {
const { siteConfig } = useDocusaurusContext();
return (
<div className={styles.hero} data-theme="dark">
<div className={styles.heroInner}>
Expand All @@ -25,7 +26,7 @@ function HeroBanner() {
<img
alt='daikoku as hand drawn character'
className={styles.heroLogo}
src={'/img/daikoku.png'}
src={`${siteConfig.baseUrl}/img/daikoku.png`}
width="400"
height="400"
/>
Expand Down

0 comments on commit 4706758

Please sign in to comment.