Skip to content

Commit

Permalink
Merge pull request #481 from f5devcentral/develop
Browse files Browse the repository at this point in the history
adding Next DNS to landing page
  • Loading branch information
6a6d authored Feb 7, 2024
2 parents 3e1104d + c79b340 commit cb93754
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-the-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
env:
CLOUDDOCS_PASSWD: ${{ secrets.CLOUDDOCS_PASSWD }}
BUILD_ALL: ""
SKIP_BUILDLABS: ${{ env.SKIP_BUILDLABS }}
BUILD_LIST: ${{ env.BUILD_LIST }}
SKIP_BUILDLABS: ${{ vars.SKIP_BUILDLABS }}
BUILD_LIST: ${{ vars.BUILD_LIST }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DIST_ID: ${{ secrets.AWS_DIST_ID }}
Expand Down
22 changes: 22 additions & 0 deletions landing/js/class_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,28 @@
}
]
},
{
"id": "Next-DNS",
"name": "BIG-IP NEXT DNS",
"description": "Next generation of BIG-IP DNS software",
"tags": [
"next",
"DNS"
],
"sphinxname": "F5BIGIPNextDNS",
"ga_id": "",
"classes": [
{
"id": "class1",
"name": "Class 1: Introduction to BIG-IP Next DNS",
"tags": [
"next",
"dns"
],
"level": 1
}
]
},
{
"id": "Next-WAF",
"name": "BIG-IP Next WAF",
Expand Down

0 comments on commit cb93754

Please sign in to comment.