From 93c3a91136f13a56176b29588829deb9c5f83c99 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Sat, 13 Nov 2021 19:55:04 +0100 Subject: [PATCH 1/2] docs: use higher contrast font --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index fc51acb8b47..54a0fa50a67 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -30,6 +30,8 @@ nav: theme: name: material + font: + text: Ubuntu palette: - scheme: default primary: deep purple From 22469c29d08a6277bc76043b2cd6ccbeaac1a129 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Sat, 13 Nov 2021 19:59:36 +0100 Subject: [PATCH 2/2] docs: Idiomatic tenet updated to Progressive --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index e513f2ba8ed..86b91635163 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ This project separates core utilities that will be available in other runtimes v * **Keep it lean**. Additional dependencies are carefully considered for security and ease of maintenance, and prevent negatively impacting startup time. * **We strive for backwards compatibility**. New features and changes should keep backwards compatibility. If a breaking change cannot be avoided, the deprecation and migration process should be clearly defined. * **We work backwards from the community**. We aim to strike a balance of what would work best for 80% of customers. Emerging practices are considered and discussed via Requests for Comment (RFCs) -* **Idiomatic**. Utilities follow programming language idioms and language-specific best practices. +* **Progressive**. Utilities are designed to be incrementally adoptable for customers at any stage of their Serverless journey. They follow language idioms and their community’s common practices. ## Install