Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
CORTX-23733: Added additional links for easy navigation (#2135)
Browse files Browse the repository at this point in the history
Added links to other sections in the same document for easy navigation

Signed-off-by: Pratik Patil <pratik.k.patil@seagate.com>
  • Loading branch information
pratik-patil-5611 authored Sep 9, 2022
1 parent d8c8491 commit 95c74f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/motr-developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ with all dependencies installed ready to build and start single-node Motr cluste
CORTX Motr provides object based operations and index (a.k.a key/value) based operations as well as FDMI interface.
For architectural documents, please refer to our [reading list](reading-list.md).

Document contains following sections-
+ [A simple CORTX Motr Object Application](#a-simple-cortx-motr-object-application)
+ [A simple CORTX Motr Index/Key-Value Application](#a-simple-cortx-motr-indexkey-value-application)
+ [A simple CORTX Motr FDMI application](#a-simple-cortx-motr-fdmi-application)
+ [How to compile & build the application examples](#how-to-compile--build-the-application-examples)
+ [How to run the examples for Object and Key-Value](#how-to-run-the-examples-for-object-and-key-value)
+ [More examples, utilities, and applications](#more-examples-utilities-and-applications)

## A simple CORTX Motr Object Application

[Object Application](motr-object-app.md)
Expand Down

0 comments on commit 95c74f2

Please sign in to comment.