From b3981cf172fad0f8f39e78a3f3c7c56ab3712b34 Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Mon, 7 Oct 2019 17:09:27 -0400 Subject: [PATCH 1/2] changes attempt 1 --- Makefile | 2 +- config/sphinx_local.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5a2924a4..fd51de5e5 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ migrate: get-assets mkdir ${TARGET_DIR} @echo "Copying over node-driver docs files" - cp -R build/node-driver-${GIT_BRANCH}/docs/reference/* ${TARGET_DIR} + cp -R build/node-mongodb-native/docs/reference/* ${TARGET_DIR} get-assets: giza generate assets diff --git a/config/sphinx_local.yaml b/config/sphinx_local.yaml index 9a5aebfe8..967b41ae4 100644 --- a/config/sphinx_local.yaml +++ b/config/sphinx_local.yaml @@ -11,6 +11,7 @@ theme: repo: 'docs-node' jira: 'DOCS' sitename: 'Node Driver' + nav_excluded: [] sidebars: '**': - 'pagenav.html' From 3440ff73acae8e8488542271c5f6861f616cd9e9 Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Mon, 7 Oct 2019 17:14:12 -0400 Subject: [PATCH 2/2] attempt 1 --- conf-sitemap.xml | 4 ++-- config/sphinx_local.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf-sitemap.xml b/conf-sitemap.xml index 46a12751f..4b5966e93 100644 --- a/conf-sitemap.xml +++ b/conf-sitemap.xml @@ -1,13 +1,13 @@ diff --git a/config/sphinx_local.yaml b/config/sphinx_local.yaml index 967b41ae4..6f72bf5a8 100644 --- a/config/sphinx_local.yaml +++ b/config/sphinx_local.yaml @@ -4,7 +4,7 @@ logo: ".static/logo.png" paths: static: ['source/.static'] theme: - name: 'ruby-driver' + name: 'node-driver' project: 'docs-node' google_analytics: 'UA-7301842-8' book_path_base: 'node-driver'