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

[docs] Rename Guide to Efficient agdb #631 #634

Merged
merged 3 commits into from
Jul 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ The Agnesoft Graph Database (aka _agdb_) is persistent memory mapped graph datab
- [Quickstart](#quickstart)
- [Roadmap](#roadmap)
- [Reference](#reference)
- [Efficient agdb](#efficient-agdb)
- [Concepts](#concepts)
- [Queries](#queries)
- [But why?](#but-why)

# Key Features

Expand Down Expand Up @@ -80,7 +84,7 @@ println!("{:?}", user);
// ] }
```

For comprehensive overview of all queries see the [queries](docs/queries.md) reference or continue with more in-depth [guide](docs/guide.md).
For comprehensive overview of all queries see the [queries](docs/queries.md) reference or continue with more in-depth [efficient agdb](docs/efficient_agdb.md).

# Roadmap

Expand All @@ -96,7 +100,10 @@ The following are planned features in priority order:

# Reference

- [Concepts](docs/concepts.md)
- [Queries](docs/queries.md)
- [Guide](docs/guide.md)
- [But why?](docs/but_why.md)
## [Efficient agdb](docs/efficient_agdb.md)

## [Concepts](docs/concepts.md)

## [Queries](docs/queries.md)

## [But why?](docs/but_why.md)
Loading