From 950fb67698b279fc576a320622c3a78771c961b0 Mon Sep 17 00:00:00 2001 From: Pankaj Agrawal Date: Sun, 14 Nov 2021 20:08:35 +0100 Subject: [PATCH 1/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 3ef2d2bd6..dd6395514 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,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 From 233e290d6bc51ad26909b5343290993efd6108cb Mon Sep 17 00:00:00 2001 From: Pankaj Agrawal Date: Sun, 14 Nov 2021 20:09:29 +0100 Subject: [PATCH 2/2] docs: use higher contrast font --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 049977c45..35c2e9cb0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -17,6 +17,8 @@ nav: theme: name: material + font: + text: Ubuntu palette: primary: deep purple features: