Skip to content
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

Add core vs extended warning (#3719) #3739

Merged
merged 1 commit into from
Aug 23, 2023
Merged
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
11 changes: 11 additions & 0 deletions docs/antora/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/antora/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"dependencies": {
"@antora/cli": "^3.1.1",
"@antora/site-generator-default": "^3.1.1",
"@neo4j-antora/antora-add-notes": "^0.3.0",
"@neo4j-documentation/macros": "^1.0.0",
"@neo4j-documentation/remote-include": "^1.0.0",
"express": "^4.17.1",
Expand Down
7 changes: 5 additions & 2 deletions docs/antora/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ content:
- '!**/README.adoc'
ui:
bundle:
url: https://s3-eu-west-1.amazonaws.com/static-content.neo4j.com/build/ui-bundle.zip
url: https://static-content.neo4j.com/build/ui-bundle.zip
snapshot: true

urls:
html_extension_style: indexify
asciidoc:
extensions:
- "@neo4j-antora/antora-add-notes"
- "@neo4j-documentation/remote-include"
- "@neo4j-documentation/macros"
attributes:
page-theme: labs
page-disabletracking: true
page-disabletracking: true
page-add-notes-module: notes@
page-add-notes-tags: core-warning@
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
= Deprecations and additions
:description: This chapter lists all the features that have been removed, deprecated, added or extended in the recent versions of APOC.

[WARNING]
====
This is the page for APOC Extended documentation.
For the officially supported APOC Core, go to the https://neo4j.com/docs/apoc/{branch}/deprecations-and-additions/[APOC Core page].
====

This chapter lists all the features that have been removed, deprecated, added or extended in the recent versions of APOC.

[[apoc-deprecations-additions-removals-5.0]]
Expand Down
5 changes: 0 additions & 5 deletions docs/asciidoc/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
:gh-docs: https://neo4j-contrib.github.io/neo4j-apoc-procedures
:description: This is the APOC Extended user guide, authored by the Neo4j Labs Team.

[WARNING]
====
This is the page for APOC Extended documentation.
For the officially supported APOC Core, go to the https://neo4j.com/docs/apoc/{branch}/[APOC Core page].
====

The guide covers the following areas:

Expand Down
7 changes: 0 additions & 7 deletions docs/asciidoc/modules/ROOT/pages/overview/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,4 @@
= Procedures & Functions
:description: This chapter provides a reference of all the procedures and functions in the APOC Extended library.


[WARNING]
====
This is the page for APOC Extended documentation.
For the officially supported APOC Core, go to the https://neo4j.com/docs/apoc/{branch}/overview/[APOC Core page].
====

include::partial$generated-documentation/documentation.adoc[]
9 changes: 9 additions & 0 deletions docs/asciidoc/modules/notes/partials/notes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# tag::core-warning[]
[WARNING]
====
This is the *APOC Extended* documentation.

APOC Extended is not supported by Neo4j.
For the officially supported *APOC Core*, go to the link:https://neo4j.com/docs/apoc/[APOC Core page].
====
# end::core-warning[]