material theme deployed in both sites

This commit is contained in:
Inaki Fernandez
2020-06-07 10:26:48 +02:00
parent 303bf296c0
commit c63a389b9b
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
A curated list of awesome references collected since 2018. Microservices architectures rely on DevOps practices, automation, CI/CD (Continuous Integration & Delivery), and API-focused designs.
[Awesome Kubernetes](https://awesome-kubernetes.readthedocs.io/) with *Material theme* available at [redhatspain.com](https://redhatspain.com)
[Awesome Kubernetes](https://awesome-kubernetes.readthedocs.io/) also available at [redhatspain.com](https://redhatspain.com)
"I do not believe you can do today's job with yesterday's methods and be in business tomorrow" ([Horatio Nelson Jackson](https://www.history.com/news/the-first-great-american-road-trip))

View File

@@ -2,7 +2,7 @@
version: 2
mkdocs:
configuration: mkdocs-readthedocs.yml
configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF
formats: all
@@ -10,4 +10,4 @@ formats: all
python:
version: 3.7
install:
- requirements: requirements-readthedocs.txt
- requirements: requirements.txt