[doc] Minor website fixes (#5343)

* [doc] Fix level 2 header on cutomization.md

* [doc] Specify https on API/online link

* [docs] Invert github/twitter links in dark mode

* [doc] Pin version for alpha release artifacts
This commit is contained in:
Jim Schubert
2020-02-17 01:03:25 -05:00
committed by GitHub
parent 527c118210
commit 32b9b399fd
6 changed files with 15 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ const docusaurusConfig = {
{to: "docs/faq", label: "FAQ" },
{to: "team", label: "Team" },
{to: "blog", label: 'Blog'},
{to: 'http://api.openapi-generator.tech', label: 'API'},
{to: 'https://api.openapi-generator.tech', label: 'API'},
],
},