Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build docker image (taken from https://gitlab.com/teia-community/teia-staging-docusaurus/) #11

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Zir0h
Copy link

@Zir0h Zir0h commented Jul 14, 2023

But looks like my clone from gitlab was outdated, so mine is still an old version of docusaurus 😅

//edit: added the v2.4 changes in 08cb9e9

@floydwilde
Copy link
Contributor

I tested the container locally and tried fixing a few links:

If you rename this file here, it will fix that link, the parentheses causing problems there:

diff --git a/wiki/Teia-Operating-Agreement-v1.1-(pre-DAO).md b/wiki/Teia-Operating-Agreement-v1.1-pre-DAO.md
similarity index 100%
rename from wiki/Teia-Operating-Agreement-v1.1-(pre-DAO).md
rename to wiki/Teia-Operating-Agreement-v1.1-pre-DAO.md

You might want to update the base url here:

diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index d3729ca..fbea406 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
 module.exports = {
   title: 'Teia Docs',
   tagline: 'Wiki & documentation for teia.art',
-  url: 'https://teia-community.gitlab.io',
+  url: 'https://wiki.teia.rocks',
   baseUrl: '/',
   onBrokenLinks: 'ignore',
   onBrokenMarkdownLinks: 'warn',
diff --git a/wiki/Home.md b/wiki/Home.md
index d93a7d8..e677027 100644

I added a link on the home page here, that needs to be fixed:

diff --git a/wiki/Home.md b/wiki/Home.md
index d93a7d8..e677027 100644
--- a/wiki/Home.md
+++ b/wiki/Home.md
@@ -39,7 +39,7 @@ find out how to [get started with Tezos](https://github.com/teia-community/teia-
 ***
 ## Something missing? Found an error in the wiki?
 
-* [[Howto-update-teia-docs]]
+* [Update Teia Docs Howto](./Howto-update-teia-docs)
 
 While the site is being actively worked on by the community, we aim to keep this wiki in sync and up to date with the latest features. Please keep in mind that Teia run by contributors who work on a volunteer basis. If something doesn’t make sense, if you would like to see new content, or if you want to contribute, please submit a [issue report here](https://github.com/teia-community/teia-docs/issues) or come to the [Discord](https://discord.gg/JV2ehAn2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants