diff --git a/.gitmodules b/.gitmodules index e2f9254af..8a7241986 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "_submodules/mkdocs-material-insiders"] path = _submodules/mkdocs-material-insiders - url = git@github.com:n8n-io/mkdocs-material-insiders.git + url = https://github.com/n8n-io/mkdocs-material-insiders.git diff --git a/README.md b/README.md index 68f9af6df..779d94eb3 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,7 @@ This repository hosts the documentation for [n8n](https://n8n.io/), an extendabl git clone https://github.com/n8n-io/n8n-docs.git cd n8n-docs pip install -r requirements.txt - -# n8n organization members: -# Outside your docs project, do: -git clone https://github.com/n8n-io/mkdocs-material-insiders.git mkdocs-material -# Navigate back into the docs project and run: -pip install -e +pip install _submodules/mkdocs-material-insiders # External contributors: rely on the preview builds on pull requests, or # use the free version of Material for MkDocs (most things are the same, some formatting may be missing) diff --git a/_submodules/mkdocs-material-insiders b/_submodules/mkdocs-material-insiders new file mode 160000 index 000000000..fa8285278 --- /dev/null +++ b/_submodules/mkdocs-material-insiders @@ -0,0 +1 @@ +Subproject commit fa828527813187eb266438e1ad88d07515589191 diff --git a/netlify.toml b/netlify.toml index 7f4b298da..cb4440598 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - command = "pip install git@github.com:n8n-io/mkdocs-material-insiders.git && mkdocs build" + command = "pip install _submodules/mkdocs-material-insiders && mkdocs build" publish = "site"