diff --git a/src/_collections/resources/search/04-search-results.md b/src/_collections/resources/search/03-search-results.md similarity index 100% rename from src/_collections/resources/search/04-search-results.md rename to src/_collections/resources/search/03-search-results.md diff --git a/src/_collections/resources/search/03-tribal-audits.md b/src/_collections/resources/search/03-tribal-audits.md deleted file mode 100644 index 56df8ef4..00000000 --- a/src/_collections/resources/search/03-tribal-audits.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -tags: resources, search -header: Tribal audits -description: Accessing audit data belonging to Tribes and Tribal entities sometimes requires special permissions. These instructions guide you through how to access these audits. -link: 'search-resources/tribal/' ---- \ No newline at end of file diff --git a/src/_data/global.yaml b/src/_data/global.yaml index 70e85b4e..3968038e 100644 --- a/src/_data/global.yaml +++ b/src/_data/global.yaml @@ -11,6 +11,8 @@ navigation: href: 'search-resources' - text: Developer resources href: 'api' + - text: Tribal audits + href: 'tribal' - text: Audit submission id: audits links: diff --git a/src/api/dictionary.md b/src/api/dictionary.md index 3a05508b..333a3f2d 100644 --- a/src/api/dictionary.md +++ b/src/api/dictionary.md @@ -70,3 +70,4 @@ The data dictionary provides an overview of the FAC API from the perspective of {% endfor %} + diff --git a/src/redirects.md b/src/redirects.md index 99fa22f7..fb7d0f3b 100644 --- a/src/redirects.md +++ b/src/redirects.md @@ -18,7 +18,8 @@ redirects: # "to" - The place we want the redirect to go. No leading slashes, so it can play nice with different baseUrl's (local, prod, federalist). # Search resources - {"from": "/data/resources/", "to": "search-resources/"} - - {"from": "/data/tribal/", "to": "search-resources/tribal/"} + - {"from": "/data/tribal/", "to": "tribal/"} + - {"from": "/search-resources/tribal/", "to": "tribal/"} # API pages - {"from": "/developers/", "to": "api/"} - {"from": "/developers/dictionary/", "to": "api/dictionary/"} diff --git a/src/search-resources/tribal.md b/src/tribal.md similarity index 100% rename from src/search-resources/tribal.md rename to src/tribal.md