diff options
-rw-r--r-- | .github/workflows/submodules.yml | 2 | ||||
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | docs/_ext/vyos.py | 4 | ||||
m--------- | docs/_include/vyos-1x | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index 129cc895..ccbb64a6 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -16,7 +16,7 @@ jobs: git submodule status git submodule update --init --force cd docs/_include/vyos-1x - git checkout current + git checkout equuleus git pull git submodule status - name: Create Pull Request diff --git a/.gitmodules b/.gitmodules index d3d92138..ff51611b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "docs/_include/vyos-1x"] path = docs/_include/vyos-1x url = https://github.com/vyos/vyos-1x - branch = current + branch = equuleus diff --git a/docs/_ext/vyos.py b/docs/_ext/vyos.py index a4e130e5..46ebae36 100644 --- a/docs/_ext/vyos.py +++ b/docs/_ext/vyos.py @@ -20,8 +20,8 @@ def setup(app): app.add_config_value( 'vyos_working_commands', - #get_working_commands(), - {"cfgcmd": [], "opcmd": []}, + get_working_commands(), + #{"cfgcmd": [], "opcmd": []}, 'html' ) app.add_config_value( diff --git a/docs/_include/vyos-1x b/docs/_include/vyos-1x -Subproject 8076176ec68915b1148829f63ad3da25441f27e +Subproject 86209c679c6b7ca9d5bac1f67ffd391b9b16c00 |