Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
Add gds section to menu navigation dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
JMHReif committed Jun 30, 2020
1 parent 0cd6437 commit 682b567
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _templates/document.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% active= {"get-started"=>:inactive, "graph-platform"=>:inactive, "cypher"=>:inactive, "data-modeling"=>:inactive,"data-import"=>:inactive,"graph-visualization"=>:inactive,"language-guides"=>:inactive,
"ecosystem"=>:inactive,"in-production"=>:inactive, "guide-cloud-deployment"=>:inactive, "graph-apps"=>:inactive}
<% active= {"get-started"=>:inactive, "graph-platform"=>:inactive, "cypher"=>:inactive, "data-modeling"=>:inactive, "data-import"=>:inactive, "graph-data-science"=>:inactive,
"graph-visualization"=>:inactive, "language-guides"=>:inactive, "ecosystem"=>:inactive,"in-production"=>:inactive, "guide-cloud-deployment"=>:inactive, "graph-apps"=>:inactive}
active[(@document.attr "section-link", "get-started")]=:active;
%>
<!doctype html> <!--[if IE 9]>
Expand Down
4 changes: 2 additions & 2 deletions _templates/wordpress/document.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/dt0ig5ab';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()</script>

<% active= {"get-started"=>:inactive, "graph-platform"=>:inactive, "cypher"=>:inactive, "data-modeling"=>:inactive,"data-import"=>:inactive,"graph-visualization"=>:inactive,"language-guides"=>:inactive,
"ecosystem"=>:inactive,"in-production"=>:inactive, "graph-apps"=>:inactive}
<% active= {"get-started"=>:inactive, "graph-platform"=>:inactive, "cypher"=>:inactive, "data-modeling"=>:inactive, "data-import"=>:inactive, "graph-data-science"=>:inactive,
"graph-visualization"=>:inactive,"language-guides"=>:inactive, "ecosystem"=>:inactive,"in-production"=>:inactive, "graph-apps"=>:inactive}
active[(@document.attr "section-link", "get-started")]=:active;
%>
<%= File.new("_templates/style_partial.erb").read %>
Expand Down
2 changes: 1 addition & 1 deletion graph-data-science/gds-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:toc:
:toc-title: Contents
:toclevels: 1
:author: Jennifer Reif
:author: Mark Needham
:category: documentation
:tags: graph-data-science, nlp, graph-algorithms

Expand Down

0 comments on commit 682b567

Please sign in to comment.