Add links to other pages from end-user tech documentation
Reviewers: teon.banek Reviewed By: teon.banek Differential Revision: https://phabricator.memgraph.io/D1465
This commit is contained in:
parent
2b04d8213d
commit
07018cf426
@ -305,7 +305,7 @@ You can still use the `RETURN` clause to produce results after writing, but it
|
||||
is not mandatory.
|
||||
|
||||
Details on which kind of data can be stored in *Memgraph* can be found in
|
||||
**Data Storage** chapter.
|
||||
[Data Storage](storage.md) chapter.
|
||||
|
||||
#### CREATE
|
||||
|
||||
|
@ -253,7 +253,7 @@ for some popular programming languages are listed below:
|
||||
* [PHP](https://github.com/graphaware/neo4j-bolt-php)
|
||||
|
||||
We have included some basic usage examples for some of the supported languages
|
||||
in the **Drivers** section.
|
||||
in the [Drivers](drivers.md) section.
|
||||
|
||||
### Telemetry
|
||||
|
||||
@ -272,10 +272,10 @@ as a command-line argument when running the executable.
|
||||
|
||||
### Where to Next
|
||||
|
||||
To learn more about the openCypher language, visit **openCypher Query
|
||||
Language** chapter in this document. For real-world examples of how to use
|
||||
Memgraph visit **Examples** chapter. Details on what can be stored in Memgraph
|
||||
are in **Data Storage** chapter.
|
||||
To learn more about the openCypher language, visit [openCypher Query
|
||||
Language](open-cypher.md) chapter in this document. For real-world examples
|
||||
of how to use Memgraph visit [Examples](examples.md) chapter. Details on
|
||||
what can be stored in Memgraph are in [Data Storage](storage.md) chapter.
|
||||
|
||||
We *welcome and encourage* your feedback!
|
||||
|
||||
|
@ -26,7 +26,7 @@ usually found in `/etc/memgraph/memgraph.conf`.
|
||||
|
||||
In addition to the above mentioned data durability and recovery, a
|
||||
snapshot file may be generated using *Memgraph's* import tools. For more
|
||||
information, take a look at **Import Tools** chapter.
|
||||
information, take a look at [Import Tools](import-tools.md) chapter.
|
||||
|
||||
## Storable Data Types
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user