Skip to content
This repository was archived by the owner on Jul 23, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def setup(app):
'ticket': ('https://control.vshn.net/tickets/%s', ''),
'vshn': ('https://control.vshn.net/tickets/%s', ''),
'ansible-repo-file': ('https://git.tocco.ch/gitweb?p=ansible.git;a=blob;f=%s', '/'),
'ansible-repo-dir': ('https://git.tocco.ch/gitweb?p=ansible.git;a=blob;a=tree;f=%s', '/'),
'ansible-repo-dir': ('https://git.tocco.ch/gitweb?p=ansible.git;a=tree;f=%s', '/'),
'hierra-repo': ('https://git.vshn.net/tocco/tocco_hieradata/blob/master/%s', ''),
'tocco-manual': ('https://223.docs.tocco.ch/en/%s', ''),
'java': ('https://docs.oracle.com/en/java/javase/11/docs/api/java.base/%s.html', ''),
Expand Down
1 change: 1 addition & 0 deletions devops/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DevOps

infrastructure/index
app_management/index
service_setup
server_access
internal_servers/index
continuous_delivery/index
Expand Down
Loading