This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-2018 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit abcfce6b51aac726059a24e7de19d9ab39c4b697 Author: Stephen Mallette <[email protected]> AuthorDate: Wed Nov 21 08:38:37 2018 -0500 TINKERPOP-2018 Fixed header images and other settings --- gremlin-dotnet/src/docfx.json | 11 ++++++++++- gremlin-dotnet/src/images/favicon.ico | Bin 0 -> 1595 bytes gremlin-dotnet/src/images/tinkerpop-character.png | Bin 0 -> 5082 bytes pom.xml | 1 + 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gremlin-dotnet/src/docfx.json b/gremlin-dotnet/src/docfx.json index 9f79426..62cfff0 100644 --- a/gremlin-dotnet/src/docfx.json +++ b/gremlin-dotnet/src/docfx.json @@ -22,9 +22,18 @@ "files": [ "index.md", "toc.yml" ] } ], + "resource": [ + { + "files": [ "images/**"] + } + ], "globalMetadata": { "_appTitle": "Apache TinkerPop - Gremlin.NET API Docs", - "_enableSearch": true + "_enableSearch": true, + "_appLogoPath": "images/tinkerpop-character.png", + "_appFaviconPath": "images/favicon.ico", + "_disableContribution": true, + "_appFooter": "Copyright © 2018 The Apache Software Foundation" }, "markdownEngineName": "markdig", "dest": "_site" diff --git a/gremlin-dotnet/src/images/favicon.ico b/gremlin-dotnet/src/images/favicon.ico new file mode 100755 index 0000000..b6b6c2c Binary files /dev/null and b/gremlin-dotnet/src/images/favicon.ico differ diff --git a/gremlin-dotnet/src/images/tinkerpop-character.png b/gremlin-dotnet/src/images/tinkerpop-character.png new file mode 100644 index 0000000..b5b41c7 Binary files /dev/null and b/gremlin-dotnet/src/images/tinkerpop-character.png differ diff --git a/pom.xml b/pom.xml index 2b4eeac..220155e 100644 --- a/pom.xml +++ b/pom.xml @@ -390,6 +390,7 @@ limitations under the License. <exclude>**/node/node_modules/**</exclude> <exclude>**/node/node</exclude> <exclude>**/npm-debug.log</exclude> + <exclude>_site/**</exclude> </excludes> <licenses> <license implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/>
