From c9ba2c0237b974e9a9fbb9ce89cedda821aa06b3 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Tue, 5 May 2020 18:53:24 +0200 Subject: [PATCH] Links dartdocs from documentation website --- docs/config.toml | 4 ++++ docs/content/en/docs/_index.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/config.toml b/docs/config.toml index ae756045..1fc8e93a 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -82,6 +82,10 @@ weight = 1 name = "GitHub" weight = 110 url = "https://github.com/simolus3/moor/" +[[menu.main]] + name = "API docs" + weight = 120 + url = "https://pub.dev/documentation/moor/latest/" # Everything below this are Site Params diff --git a/docs/content/en/docs/_index.md b/docs/content/en/docs/_index.md index 2d8113a1..2c48ce0f 100755 --- a/docs/content/en/docs/_index.md +++ b/docs/content/en/docs/_index.md @@ -1,6 +1,6 @@ --- title: "Welcome to Moor" -linkTitle: "Documentation" +linkTitle: "Documentation & Guides" weight: 20 menu: main: