From eabfd5fe6b8bc9db947af2ad73d04ecad38e6b3c Mon Sep 17 00:00:00 2001 From: rderbier Date: Thu, 26 Jan 2023 08:48:10 -0800 Subject: [PATCH 1/2] retesting with customDomain --- netlify.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index e805eb4f..234841d4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -26,4 +26,6 @@ branches = ['main','release/*'] disabled = false renderJavaScript = false - + template = "hierarchical" + pathPrefix = "/docs" + customDomain = "dgraph.io" From bc6fe4bed7b2be8173334837d6ce662d1bbfc4cb Mon Sep 17 00:00:00 2001 From: rderbier Date: Thu, 26 Jan 2023 08:50:10 -0800 Subject: [PATCH 2/2] Update CODEOWNERS --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b3c60e2c..a2c2ffd9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,3 @@ # CODEOWNERS info: https://help.github.com/en/articles/about-code-owners # Owners are automatically requested for review for PRs that changes code -# that they own. -* @bucanero @aaroncarey @danielmai +# that they own.