Skip to content

Commit b22bb0c

Browse files
committed
fixes
1 parent b708cfe commit b22bb0c

File tree

3 files changed

+37
-16
lines changed

3 files changed

+37
-16
lines changed

preview-src/docs-ndl.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,16 @@ xref:tutorials:index.adoc[All tutorials]
184184
image:icons/ndl/ga-home.png[]
185185

186186
--
187-
[.caption]
187+
[.caption3]
188188
GraphAcademy courses
189189

190190
[.list2]
191191
* link:{docs-home}/genai/tutorials/embeddings-vector-indexes/[Embedding & Vector Indexes Tutorial]
192-
* link:{docs-home}/getting-started/appendix/tutorials/guide-import-relational-and-etl/[Import data from a relational database into Neo4j]
193-
* link:{docs-home}/getting-started/appendix/tutorials/guide-build-a-recommendation-engine/[Build a Cypher recommendation engine]
192+
* xref:{docs-home}/getting-started/tutorials/import-relational/[Import data from a relational database into Neo4j]
193+
* xref:{docs-home}/getting-started/tutorials/recommendation-engine/[Build a Cypher recommendation engine]
194194
* link:{docs-home}/operations-manual/current/tutorial/tutorial-composite-database/[Set up and use a composite database]
195+
* link:{docs-home}/cdc/current/procedures/query-examples/[Capture and track changes in real-time]
196+
* link:{docs-home}/graph-data-science-client/current/tutorials/centrality-algorithms/[Apply centrality algorithms to your graph]
195197

196198
[.footer-link]
197199
xref:tutorials:index.adoc[All tutorials]

src/css/docs-ndl.css

Lines changed: 31 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ body.docs-ndl .widget3 .sectionbody {
224224
background: rgba(var(--colors-neutral-10));
225225
border-radius: 1rem;
226226
border: none;
227-
padding: 1rem;
227+
padding: 1rem 0 1rem;
228228
row-gap: 0;
229-
column-gap: 0;
229+
column-gap: 3rem;
230230
}
231231

232232
body.docs-ndl.sub .widget .sectionbody {
@@ -304,7 +304,7 @@ body.docs-ndl .next-steps .sectionbody ol li:last-of-type {
304304

305305
body.docs-ndl .next-steps .sectionbody ol li p {
306306
margin: 0 0 0 1rem;
307-
}dd
307+
}
308308

309309
body.docs-ndl .next-steps .sectionbody ol li div.paragraph {
310310
margin: 0;
@@ -385,27 +385,33 @@ body.docs-ndl.explainer .sect1 {
385385
flex-wrap: wrap;
386386
}
387387

388-
body.docs-ndl .paragraph.caption,
389-
body.docs-ndl .paragraph.footer-link {
388+
body.docs-ndl .paragraph.caption {
390389
display: flex;
391390
width: 100%;
392391
padding: 1rem;
393392
margin: 0;
394393
color: var(--neutral-color);
395394
}
396395

396+
body.docs-ndl .paragraph.footer-link {
397+
display: flex;
398+
width: 100%;
399+
padding: 0;
400+
margin: 0;
401+
color: var(--neutral-color);
402+
}
403+
397404
body.docs-ndl .paragraph.caption {
398405
font-family: var(--header-font-family);
399406
font-size: var(--doc-font-size-h2);
400407
font-weight: var(--font-weight-normal);
401408
}
402409

403-
body.docs-ndl .paragraph.caption2,
404-
body.docs-ndl .paragraph.footer-link {
410+
body.docs-ndl .paragraph.caption2 {
405411
display: flex;
406412
width: 100%;
407-
padding: 12px 0 0;
408-
margin: 0;
413+
padding: 0;
414+
margin: 12px 24px 0;
409415
color: var(--color-white);
410416
}
411417

@@ -415,6 +421,20 @@ body.docs-ndl .paragraph.caption2 {
415421
font-weight: var(--font-weight-normal);
416422
}
417423

424+
body.docs-ndl .paragraph.caption3 {
425+
display: flex;
426+
width: 100%;
427+
padding: 12px 30px 12px;
428+
margin: 0;
429+
color: var(--neutral-color);
430+
}
431+
432+
body.docs-ndl .paragraph.caption3 {
433+
font-family: var(--header-font-family);
434+
font-size: var(--doc-font-size-h2);
435+
font-weight: var(--font-weight-normal);
436+
}
437+
418438
body.docs-ndl .paragraph.footer-link {
419439
justify-content: flex-end;
420440
padding-right: 0;
@@ -481,7 +501,7 @@ body.docs-ndl .banner .button {
481501
.banner .button:hover {
482502
background: rgba(var(--banner-background-color));
483503
color: var(--colors-baltic-25);
484-
}
504+
}
485505

486506
.description2 {
487507
color: var(--color-white);
@@ -534,7 +554,7 @@ body.docs-ndl .highlights .list ul li {
534554
}
535555

536556
body.docs-ndl .highlights .list2 {
537-
padding-left: 1rem;
557+
padding: 0;
538558
}
539559

540560
body.docs-ndl .highlights .list2 ul li {
@@ -937,7 +957,6 @@ body.docs-ndl .cards .sect2 .ulist ul li {
937957
flex: 0 0 48%;
938958
}
939959

940-
941960
body.docs-ndl .lists .sectionbody > div.sect2 > * {
942961
/* margin: 0 auto; */
943962
}

src/css/vars.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
--color-pink-700: #b83280;
154154
--color-pink-800: #97266d;
155155
--color-pink-900: #702459;
156-
--color-baltic-20: #8FE3E8;
156+
--color-baltic-20: #8fe3e8;
157157

158158
/* theme accent colors */
159159
--color-developer: rgba(var(--colors-forest-45));

0 commit comments

Comments
 (0)