Skip to content

Commit

Permalink
Remove name attribute (#256)
Browse files Browse the repository at this point in the history
The value `{name}` won't be resolved and I don't think we want to display the value `{name}`.
Since I didn't find any reference to `{name}`, I've decided to remove it.

```
[12:18:13.284] WARN (@antora/asciidoc-loader): Skipping reference to missing attribute 'name' in value of 'name' attribute
    file: antora.yml
    source: https://github.com/neo4j-documentation/developer-guides.git (branch: publish)
```
  • Loading branch information
ggrossetie authored Jan 24, 2023
1 parent e5b5b83 commit 907261b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ asciidoc:
testcontainers-version: 1.17.6
maven-sdn: Package
maven-artifact-info: https://search.maven.org/artifact/org.neo4j.driver/neo4j-java-driver/{java-driver-version}/jar

examples: https://github.com/neo4j-examples
cyphermanual: 'https://neo4j.com/docs/cypher-manual/current'
drivermanual: 'https://neo4j.com/docs/driver-manual/current'
opsmanual: 'https://neo4j.com/docs/operations-manual/current'
github: 'https://github.com/neo4j-contrib/developer-resources/tree/gh-pages'
name: '{name}'

0 comments on commit 907261b

Please sign in to comment.