diff --git a/README.md b/README.md index 5a9db16..78c1d1d 100644 --- a/README.md +++ b/README.md @@ -150,10 +150,7 @@ merged into the RFC repository as a markdown file. At that point the RFC is this is often the point at which many subteam members first review the RFC in full depth. - The FCP lasts ten calendar days, so that it is open for at least 5 business - days. It is also advertised widely, - e.g. in [This Week in Tremor](https://twit.tremo.rs/). This way all - stakeholders have a chance to lodge any final objections before a decision - is reached. + days. - In most cases, the FCP period is quiet, and the RFC is either merged or closed. However, sometimes substantial new arguments or ideas are raised, the FCP is canceled, and the RFC goes back into development mode. diff --git a/build-yml.sh b/build-yml.sh index 403f03e..13f48f6 100755 --- a/build-yml.sh +++ b/build-yml.sh @@ -1,6 +1,6 @@ cp mkdocs.hdr.yml mkdocs.yml -for f in $(ls text/* | sort) +for f in $(ls text/*.md | sort) do echo " - $(basename $f ".md"): $(basename $f)" >> mkdocs.yml cp $f src -done \ No newline at end of file +done diff --git a/img/logo.png b/img/logo.png deleted file mode 100644 index c6458da..0000000 Binary files a/img/logo.png and /dev/null differ diff --git a/mkdocs.hdr.yml b/mkdocs.hdr.yml index 6a9937e..34d67fa 100644 --- a/mkdocs.hdr.yml +++ b/mkdocs.hdr.yml @@ -1,4 +1,4 @@ -site_name: Tremor Usage Guide +site_name: Tremor RFCs site_author: The Tremor Team repo_url: https://github.com/wayfair-tremor/tremor-rfcs repo_name: wayfair-tremor/tremor-rfcs @@ -9,6 +9,9 @@ pages: theme: name: material logo: img/logo.png + palette: + primary: 'black' + accent: 'indigo' extra: repo_icon: github markdown_extensions: