Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
a472d3f
initial work on dark mode
recrwplay Dec 18, 2025
6be6e93
90%ish
recrwplay Dec 19, 2025
63152db
91%?
recrwplay Dec 19, 2025
dda9ed9
fix cheat sheet, and docs home
recrwplay Dec 19, 2025
807c52a
put code js back!
recrwplay Dec 19, 2025
4c1f623
more color fixes
recrwplay Dec 20, 2025
4e67a43
Add the toggle
recrwplay Dec 22, 2025
e949485
buttons and stuff
recrwplay Dec 23, 2025
eec2945
Remove load flashing, allow no-theming, fix some developer and labs c…
recrwplay Dec 31, 2025
e5365ac
...and lint
recrwplay Dec 31, 2025
05a4811
honme and hub tweaks
recrwplay Jan 2, 2026
cff8797
fix adoc
recrwplay Jan 2, 2026
2a2eeef
Add NODES AI image
recrwplay Jan 8, 2026
8f504ce
tooltips, responsive menus, images
recrwplay Jan 9, 2026
f9199d6
lint
recrwplay Jan 9, 2026
f89d5a5
responsive theme dropdown and icons
recrwplay Jan 9, 2026
fe98122
update highlight vars
recrwplay Jan 9, 2026
1ee8730
slight table tweak
recrwplay Jan 9, 2026
0d97656
Use single logo and filter in header
recrwplay Jan 9, 2026
fc4c5f4
chatbot and stuff
recrwplay Jan 11, 2026
f76c694
use a class instead of prefers dark
recrwplay Jan 19, 2026
c01dcf3
cookie acceptance
recrwplay Jan 19, 2026
e522883
update graphgist, kb
recrwplay Feb 5, 2026
98d4929
update some labels
recrwplay Feb 5, 2026
19ca0c3
move all the light-dark vars
recrwplay Mar 23, 2026
bb9200d
use icon for theme menu, move to right
recrwplay Mar 23, 2026
ed669da
update fallback menu
recrwplay Mar 23, 2026
5ced497
fix labels
recrwplay Mar 24, 2026
29e73a2
fix image opacity
recrwplay Mar 24, 2026
fe9f8f3
fix footer
recrwplay Mar 24, 2026
c6e0b0f
dropdown border
recrwplay Mar 24, 2026
4c00ce7
link colors
recrwplay Mar 24, 2026
d653fd0
mobile menus
recrwplay Mar 24, 2026
8951433
many var updates
recrwplay Mar 25, 2026
5f844e0
remove separate navbar css
recrwplay Mar 26, 2026
34c5332
increase theme icon stroke width
recrwplay Mar 26, 2026
69947e4
make icon slightly bigger
recrwplay Mar 26, 2026
896d184
code block tweaks
recrwplay Mar 26, 2026
75b563a
mute some border colors
recrwplay Mar 27, 2026
f664f3e
color fixes
recrwplay Apr 8, 2026
152cc95
DOCOPS-59 Include the labels div when generating tabbed div (#354)
recrwplay Feb 11, 2026
35de920
Fix bug in labels for tabbed sections (#355)
recrwplay Mar 2, 2026
46f2a12
color fixes
recrwplay Apr 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31,849 changes: 9,731 additions & 22,118 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"dependencies": {
"@antora/cli": "^2.3.3",
"@antora/site-generator-default": "^2.3.3",
"@neo4j-ndl/base": "^2.0.0",
"@neo4j-ndl/base": "^4.5.6",
"@neo4j-ndl/react": "^2.9.4",
"font-awesome": "^4.7.0"
},
Expand Down
2 changes: 2 additions & 0 deletions preview-src/admonitions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Admonition should be given normal margin if it is not the first element in an example block.
====

======

=====

== Icons in tables
Expand Down
2 changes: 2 additions & 0 deletions preview-src/algorithms.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
= Algorithms

.Supported algorithm traits:
[.graph-variants, caption=]
--
Expand Down
2 changes: 2 additions & 0 deletions preview-src/alpha.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= Alpha Content
:page-role: alpha
:page-no-dark-mode: true


[abstract]
--
Expand Down
3 changes: 3 additions & 0 deletions preview-src/check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions preview-src/code.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
= Code blocks
:page-theme: docs


== Inline code

Some text in monospace : `inline code example` here.

Some actual codey code `SELECT * FROM nodes WHERE name = 'Alice'` just for comparison.


== Code with title

.Code with title
[source,java]
----
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}
----


== Copy Button

Expand Down
2 changes: 2 additions & 0 deletions preview-src/drivers-tabs.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
= Tabbed sections in Neo4j Manuals
:page-theme: docs


Up to Neo4j 4.1 the Drivers Manual includes tabs to allow users to choose with driver language sections to display.
From 4.2 on, the Drivers Manual is split into a separate manual per language.
Expand Down
2 changes: 2 additions & 0 deletions preview-src/example.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ With the privileges from example 1, granted `EXECUTE PROCEDURE *` and denied `EX
With the privileges from example 2, granted `EXECUTE BOOSTED PROCEDURE *` and denied `EXECUTE PROCEDURE myProc`, execution of the `myProc` procedure is not allowed.

[IMPORTANT]
--
With the privileges from example 3, granted `EXECUTE BOOSTED PROCEDURE *` and denied `EXECUTE BOOSTED PROCEDURE myProc`, execution of the `myProc` procedure is not allowed.
With the privileges from example 4, granted `EXECUTE PROCEDURE myProc` and `EXECUTE BOOSTED PROCEDURE *` and denied `EXECUTE BOOSTED PROCEDURE myProc`, the `myProc` procedure returns the result `A` and `B`.
--

For comparison, when only granted `EXECUTE BOOSTED PROCEDURE myProc`, the `myProc` procedure returns the result `A`, `B` and `C`, without needing to be granted the `EXECUTE PROCEDURE myProc` privilege.
====
Expand Down
22 changes: 13 additions & 9 deletions preview-src/image-borders.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,23 @@ Display images with border or box-shadow
- use `[.no-border]` or `[.no-shadow]` to override a global setting for a specific image


== SVG

image::privileges-grant-and-deny-syntax.svg[width="800", title="GRANT and DENY Syntax"]

== Border

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae! Lorem ipsum dolor sit amet, consectetur adipiscing elit.

----
[.border]
image:overview.png[]
[.border.screenshot]
image::overview.png[]
----

[.border]
image:overview.png[]
[.border.screenshot]
image::overview.png[]

Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae!
Expand All @@ -39,11 +43,11 @@ Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae!

----
[.shadow]
image:overview.png[]
image::overview.png[]
----

[.shadow]
image:overview.png[]
image::overview.png[]

Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae!
Expand All @@ -55,11 +59,11 @@ Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae!

----
[.border.shadow]
image:overview.png[]
image::overview.png[]
----

[.border.shadow]
image:overview.png[]
image::overview.png[]

Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae!
Expand All @@ -69,7 +73,7 @@ Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae!
Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae!

image:overview.png[]
image::overview.png[]

Mauris eget leo nunc, nec tempus mi? Curabitur id nisl mi, ut vulputate urna.
Quisque porta facilisis tortor, vitae bibendum velit fringilla vitae!
23 changes: 23 additions & 0 deletions preview-src/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,21 @@ Vestibulum consectetur nec urna a luctus.
Quisque pharetra tristique arcu fringilla dapibus.
Curabitur ut massa aliquam, cursus enim et, accumsan lectus.


== something

Vestibulum consectetur nec urna a luctus.
Quisque pharetra tristique arcu fringilla dapibus.
Curabitur ut massa aliquam, cursus enim et, accumsan lectus.

[source,cypher]
----
CALL n10s.rdf.preview.fetch(
'https://raw.githubusercontent.com/neo4j-labs/neosemantics/3.5/docs/rdf/nsmntx.ttl',
'Turtle'
)
----

== Tabs
// tag::tabs[]
[.tabs]
Expand Down Expand Up @@ -280,6 +295,14 @@ SHOW ALIASES FOR DATABASE YIELD * RETURN count(*) as count
|===


== noheader

.Syntax
[source, syntax, role=noheader]
----
ENABLE SERVER 'serverId' [OPTIONS "{" option: value[,...] "}"]
----

== statsonlyqueryresult

.Query
Expand Down
23 changes: 15 additions & 8 deletions preview-src/labels.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
= Labels
:page-selector-label: Custom version label
// :page-selector-hide-label: true
:page-ad-overlinelink: {aura_signup}
:page-ad-overline: Neo4j Aura
:page-ad-title: Follow Along and Learn While Doing
:page-ad-description: Free forever, no credit card required.
:page-ad-link: {aura_signup}
:page-ad-underlinerole: button
:page-ad-underline: Start on AuraDB


== All the labels
Expand All @@ -10,6 +17,14 @@
<span class="label">Default Label Color</span>
</div>

<div class="box">
<span class="label label--beginner">Beginner</span>
</div>

<div class="box">
<span class="label label--free">Free</span>
</div>

<div class="box">
<span class="label label--current">Current</span>
</div>
Expand Down Expand Up @@ -138,14 +153,6 @@
<span class="label label--procedure">Procedure</span>
</div>

<div class="box">
<span class="label label--beginner">Beginner</span>
</div>

<div class="box">
<span class="label label--free">Free</span>
</div>

<div class="box">
<span class="label label--windows">Windows</span>
</div>
Expand Down
Loading
Loading