Skip to content

Commit c182877

Browse files
authored
allow a paragraph in hub pages by using flex (#267)
1 parent 29ae8d7 commit c182877

File tree

4 files changed

+97
-2
lines changed

4 files changed

+97
-2
lines changed
File renamed without changes.

preview-src/docs-hub.adoc

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
= Neo4j Tools
2+
:page-theme: docs
3+
:page-role: hub
4+
:page-layout: docs-ndl
5+
:page-show-home-link: true
6+
:page-hide-nav-title: true
7+
// :page-disablefeedback: true
8+
:page-toclevels: -1
9+
10+
[.display.cards.not-selectable]
11+
== Developer tools documentation
12+
13+
Use Neo4j tools to query and manage your databases, import data, and create graphical visualizations.
14+
15+
=== Neo4j Bloom/Explore
16+
17+
[.icon]
18+
image:icons/ndl/science-molecule.svg[]
19+
20+
[.description]
21+
Visualize and explore graph data using natural language search and an intuitive and graphical interface.
22+
23+
[.link]
24+
link:{docs-home}/bloom-user-guide/[Neo4j Bloom] +
25+
link:{docs-home}/aura/preview/explore/introduction/[Explore (Aura)]
26+
27+
=== Neo4j Browser/Query
28+
29+
[.icon]
30+
image:icons/ndl/data-science.svg[]
31+
32+
[.description]
33+
Write and execute Cypher queries and visualize the results in nodes and relationships.
34+
35+
[.link]
36+
link:{docs-home}/browser-manual/[Neo4j Browser] +
37+
link:{docs-home}/aura/preview/query/introduction/[Query (Aura)]
38+
39+
[.display.card.selectable]
40+
41+
=== Neo4j Data Importer
42+
43+
[.category]
44+
Neo4j Data Importer
45+
46+
[.icon]
47+
image:icons/ndl/query-browser.svg[]
48+
49+
[.description]
50+
Learn how to model and import data to your Neo4j database.
51+
52+
[.link]
53+
link:{docs-home}/data-importer[]
54+
55+
[.display.card.selectable]
56+
57+
=== Neo4j Desktop
58+
59+
[.category]
60+
Neo4j Desktop
61+
62+
[.icon]
63+
image:icons/ndl/neo4j-tools.svg[]
64+
65+
[.description]
66+
Learn how to experience Neo4j on your local desktop.
67+
68+
[.link]
69+
link:{docs-home}/desktop-manual[]
70+
71+
[.display.card.selectable]
72+
73+
=== Neo4j Ops Manager
74+
75+
[.icon]
76+
image:icons/ndl/query-browser.svg[]
77+
78+
[.category]
79+
Neo4j Ops Manager
80+
81+
[.description]
82+
Learn how to monitor, administer, and operate all of the Neo4j DBMSs in an Enterprise with Neo4j Ops Manager.
83+
84+
[.link]
85+
link:{docs-home}/ops-manager[]

preview-src/ui-model.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,13 @@ page:
114114
url: docs-ndl.html
115115
urlType: internal
116116
module: ROOT
117-
- content: Docs Sub Hub
118-
url: docs-sub-hub.html
117+
- content: Docs Hub
118+
url: docs-hub.html
119+
urlType: internal
120+
module: ROOT
121+
items:
122+
- content: Explainer
123+
url: docs-explainer.html
119124
urlType: internal
120125
module: ROOT
121126
items:

src/css/docs-ndl.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,11 @@ body.docs-ndl .next-steps .sectionbody ul li div.paragraph {
328328

329329
/* explainer */
330330

331+
body.docs-ndl .cards .sectionbody > div.paragraph {
332+
display: flex;
333+
flex: 0 1 100%;
334+
}
335+
331336
body.docs-ndl.explainer .sectionbody .video {
332337
display: block;
333338
width: 100%;

0 commit comments

Comments
 (0)