Skip to content

add graphacademy promos #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 10 additions & 0 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ version: '5'
start_page: ROOT:index.adoc
nav:
- modules/ROOT/content-nav.adoc
asciidoc:
attributes:
ga-courses-uri: https://raw.githubusercontent.com/neo4j-graphacademy/courses/main/asciidoc/courses
ga-course: graphql-basics
page-ad-icon: mortarboard
page-ad-title: Learn Neo4j & GraphQL with GraphAcademy
page-ad-description: Learn how to create GraphQL APIs using the Neo4j GraphQL Library and GraphQL Toolbox.
page-ad-link: https://graphacademy.neo4j.com/courses/graphql-basics/?ref=docs-ad-graphql-basics
page-ad-underline-role: button
page-ad-underline: Enroll now
3 changes: 3 additions & 0 deletions modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ The Neo4j GraphQL Library is a highly flexible, low-code, open source JavaScript
With Neo4j as the graph database, the GraphQL Library makes it simple for applications to have data treated as a graph natively from the frontend all the way to storage.
This avoids duplicate schema work and ensures flawless integration between frontend and backend developers.

[.promo.promo-graphacademy]
====
*If you are new to Neo4j and GraphQL*, take the course link:https://graphacademy.neo4j.com/courses/graphql-basics/?ref=docs[Introduction to Neo4j & GraphQL] in GraphAcademy to learn the fundamentals, how to use the xref:getting-started/toolbox.adoc[Neo4j GraphQL Toolbox] and the Neo4j GraphQL Library to create GraphQL APIs backed by a Neo4j graph database.
====

[NOTE]
====
Expand Down
Loading