mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
restore https submodule and update build command
This commit is contained in:
parent
8f0d97ee92
commit
cb34136b29
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
@ -0,0 +1 @@
|
||||
Subproject commit fa828527813187eb266438e1ad88d07515589191
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user