From 7232e6ef3341f1d4e30bdadd1a2ebdd63c231dc1 Mon Sep 17 00:00:00 2001 From: Emily Toop Date: Mon, 25 Jun 2018 12:01:16 +0100 Subject: [PATCH] Setting baseurl (#763) --- docs/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 3b272417..99330320 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -18,8 +18,8 @@ description: >- # this means to ignore newlines until "baseurl:" Project Mentat is a persistent, embedded knowledge base. It draws heavily on DataScript and Datomic. Mentat is intended to be a flexible relational (not key-value, not document-oriented) store that makes it easy to describe, grow, and reuse your domain schema. -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: /mentat # the subpath of your site, e.g. /blog +url: https://mozilla.github.io # the base hostname & protocol for your site, e.g. http://example.com api_heading: API Documentation list_title: Examples