mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
try adding submodule
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "_submodules/mkdocs-material-insiders"]
|
||||
path = _submodules/mkdocs-material-insiders
|
||||
url = https://github.com/n8n-io/mkdocs-material-insiders.git
|
||||
1
_submodules/mkdocs-material-insiders
Submodule
1
_submodules/mkdocs-material-insiders
Submodule
Submodule _submodules/mkdocs-material-insiders added at fa82852781
@@ -5,8 +5,6 @@ hide:
|
||||
|
||||
# Welcome
|
||||
|
||||
[TODO: remove]TEST TOKEN
|
||||
|
||||
This is the documentation for [n8n](https://n8n.io/), a [fair-code](http://faircode.io) licensed node-based workflow automation tool.
|
||||
|
||||
It covers everything from setup to usage and development. It is a work in progress and all [contributions](/contributing/) are welcome.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[build]
|
||||
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@9.0.5-insiders-4.28.1 && mkdocs build"
|
||||
command = "pip install _submodules/mkdocs-material-insiders && mkdocs build"
|
||||
publish = "site"
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
mkdocs-literate-nav==0.4.1
|
||||
neoteroi-mkdocs==0.0.5
|
||||
|
||||
Reference in New Issue
Block a user