diff --git a/esdoc.json b/esdoc.json index 1548ee992..bbb5a28ab 100644 --- a/esdoc.json +++ b/esdoc.json @@ -2,7 +2,7 @@ "source": "./src", "destination": "./docs/build", "includes": ["\\.js$"], - "excludes": ["external"], + "excludes": ["external", "internal"], "package": "./package.json", "title": "Neo4j Bolt Driver for Javascript", "unexportIdentifier": true, diff --git a/examples/neo4j.html b/examples/neo4j.html index e0b824402..fe4aa23e6 100644 --- a/examples/neo4j.html +++ b/examples/neo4j.html @@ -93,7 +93,7 @@ padding: 0 2px; } - +
@@ -131,7 +131,11 @@