mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
restore https submodule and update build command
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -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 <path-to-mkdocs-material>
|
||||
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)
|
||||
|
||||
1
_submodules/mkdocs-material-insiders
Submodule
1
_submodules/mkdocs-material-insiders
Submodule
Submodule _submodules/mkdocs-material-insiders added at fa82852781
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user