mirror of https://gitee.com/bigwinds/arangodb
Remove / stash ServerInternals, as it is about ShapedJson details
This commit is contained in:
parent
5a3ddc4cb4
commit
9d76362682
|
@ -72,4 +72,4 @@ for (i = 0; i < 100000; i++) {
|
|||
```
|
||||
|
||||
Since the *arangosh* version will be doing around 100k HTTP requests, and the
|
||||
*arangod* version [will directly write to the database](../Architecture/ServerInternals.md).
|
||||
*arangod* version will directly write to the database.
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
#
|
||||
* [Architecture](Architecture/README.md)
|
||||
* [Write-ahead log](Architecture/WriteAheadLog.md)
|
||||
* [Server Internals](Architecture/ServerInternals.md)
|
||||
# * [Server Internals](Architecture/ServerInternals.md)
|
||||
#
|
||||
* [Release notes](ReleaseNotes/README.md)
|
||||
* [Whats New in 3.0](ReleaseNotes/NewFeatures30.md)
|
||||
|
|
Loading…
Reference in New Issue