File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 name : Build Docusaurus
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0
21- - uses : actions/setup-node@v4
21+ - uses : actions/setup-node@v7
2222 with :
2323 node-version : lts/*
2424 cache : npm
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 name : Build Docusaurus
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v7
1919 with :
2020 fetch-depth : 0
21- - uses : actions/setup-node@v4
21+ - uses : actions/setup-node@v7
2222 with :
2323 node-version : lts/*
2424 cache : npm
3030 BASE_URL : /
3131 run : npm run build
3232 - name : Upload Pages artifact
33- uses : actions/upload-pages-artifact@v3
33+ uses : actions/upload-pages-artifact@v5
3434 with :
3535 path : build
3636
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Deploy
43- uses : actions/deploy-pages@v4
43+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 99[ emexlabs.org] ( https://emexlabs.org/ ) was built using [ Docusaurus] ( https://docusaurus.io/ ) , a modern static website generator.
1010
1111## Todo
12+ General:
13+ - [ ] Make navbar logos be horizontal in the sidebar on mobile
14+
1215emexOS:
13- - [ ] Port it's homepage ( [ Original ] ( https://emexos.github.io/web/page/0/index.html ) | [ Source ] ( https://github.com/emexos/web/tree/main/page/0 ) )
16+ - [ ] Create homepage
1417
1518emexDE:
19+ - [ ] Finish homepage
1620- Documentations to write:
21+ - [ ] Usage guide/Tutorial
1722 - [ ] nxtool guide
1823 - [ ] Syscalls
1924 - [ ] Entitlement system
@@ -56,7 +61,7 @@ This command generates static content into the `build` directory and can be serv
5661
5762### Github Pages
5863
59- You can find an automatic build of the newest state at https://emexlab.github.io/emexDE/
64+ You can find an automatic build of the newest state at https://emexlab.github.io/
6065
6166### SSH
6267
@@ -67,4 +72,4 @@ You can find an automatic build of the newest state at https://emexlab.github.io
6772This will build the site and upload it via ssh to the specified host as the specified user.
6873
6974> [ !NOTE]
70- > It's recommended to set up SSH keys beforehand. Otherwise, you'll be prompted for your SSH password three times during deployment.
75+ > It's recommended to set up SSH keys beforehand. Otherwise, you'll be prompted for your SSH password several times during deployment.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function HomepageHeader() {
1313 return (
1414 < header className = { clsx ( 'hero--primary' , styles . heroBanner ) } >
1515 < div className = "container" >
16- < img alt = "Logo" src = { useBaseUrl ( '/org.png' ) } className = { styles . logo } />
16+ < img alt = { siteConfig . title + " logo" } src = { useBaseUrl ( '/org.png' ) } className = { styles . logo } />
1717 < Heading as = "h1" className = "hero__title" >
1818 { siteConfig . title }
1919 </ Heading >
@@ -38,7 +38,7 @@ export default function Home() {
3838 < main className = { styles . center } >
3939 < div className = "sections" >
4040 < div className = { styles . project } >
41- < img src = { useBaseUrl ( '/emexOS/img/logo.png' ) } className = { clsx ( styles . circle , styles . logo ) } />
41+ < img alt = "emexOS logo" src = { useBaseUrl ( '/emexOS/img/logo.png' ) } className = { clsx ( styles . circle , styles . logo ) } />
4242 < Heading as = "h2" className = "hero__title" >
4343 emexOS
4444 </ Heading >
@@ -53,7 +53,7 @@ export default function Home() {
5353 </ div >
5454 < div className = { styles . project } >
5555 < ThemedImage
56- alt = "Logo "
56+ alt = "emexDE logo "
5757 sources = { {
5858 light : useBaseUrl ( '/emexDE/img/icon/light.png' ) ,
5959 dark : useBaseUrl ( '/emexDE/img/icon/dark.png' ) ,
You can’t perform that action at this time.
0 commit comments