File tree 4 files changed +2
-159
lines changed
4 files changed +2
-159
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ jobs:
53
53
bucket : doc.dev-nais.cloud.nais.io
54
54
- name : nav
55
55
bucket : doc.nav.cloud.nais.io
56
+ - name : nav
57
+ bucket : docs.nais.io
56
58
- name : ssb
57
59
bucket : doc.ssb.cloud.nais.io
58
- - name : tenant
59
- bucket : docs.nais.io
60
60
steps :
61
61
- name : Restore cache folder
62
62
uses : actions/cache/restore@v4
Original file line number Diff line number Diff line change 13
13
14
14
# NAIS Documentation
15
15
16
- <<if_tenant()>>
17
-
18
16
<div class =" grid cards " markdown >
19
17
- :seedling : ** Getting Started?**
20
18
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,14 +9,3 @@ def tenant():
9
9
@env .macro
10
10
def tenant_url (app : str , path : str = '' ):
11
11
return f'https://{ app } .{ tenant ()} .cloud.nais.io/{ path } '
12
-
13
- @env .macro
14
- def if_tenant ():
15
- if tenant () == 'tenant' :
16
- return '!!! info\n ' + \
17
- ' This is a generic version of the NAIS documentation available to the public.<br> ' + \
18
- 'If you are currently using NAIS, go to the documentation tailored for your organization.<br> ' + \
19
- 'https://doc.<org>.cloud.nais.io<br>' + \
20
- '<button data-action="configure-redirect" class="md-button md-button--primary">Configure automatic redirect</button>'
21
- else :
22
- return ''
You can’t perform that action at this time.
0 commit comments