-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #817 from jputrino/mitaka
Mitaka
- Loading branch information
Showing
52 changed files
with
4,039 additions
and
765 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Makefile for building and testing documentation in a docker container | ||
# | ||
|
||
.PHONY: help | ||
help: | ||
@echo " docker-preview to build live preview of docs using sphinx-autobuild in a docker container" | ||
@echo " docker-test to build and test docs in a docker container" | ||
|
||
# Build live preview docs in a docker container | ||
.PHONY: docker-preview | ||
docker-preview: | ||
make -C docs clean | ||
DOCKER_RUN_ARGS="-p 0.0.0.0:8000:8000" ./docs/scripts/docker-docs.sh \ | ||
make -C docs preview | ||
|
||
# run quality tests in a docker container | ||
.PHONY: docker-test | ||
docker-test: | ||
make -C docs clean | ||
./docs/scripts/docker-docs.sh ./docs/scripts/test-docs.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Maintenance and F5 Technical Support of the F5 code is provided only if the | ||
software (i) is unmodified; and (ii) has been marked as F5 Supported in | ||
SOL80012344, (https://support.f5.com/kb/en-us/solutions/public/k/80/sol80012344.html). | ||
SOL80012344, (https://support.f5.com/csp/article/K80012344). | ||
Support will only be provided to customers who have an existing support contract, | ||
purchased separately, subject to F5’s support policies available at | ||
http://www.f5.com/about/guidelines-policies/ and http://askf5.com. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.