This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from HongW2019/doc-1.1
[PMem-Common-4]Add mkdocs.yml and update docs
- Loading branch information
Showing
6 changed files
with
116 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# PMem Common | ||
|
||
PMem common package includes native libraries and JNI interface for Intel Optane PMem. | ||
|
||
## Prerequisites | ||
|
||
Below libraries need to be installed in the machine | ||
|
||
- [Memkind](http://memkind.github.io/memkind/) | ||
|
||
- [Vmemcache](https://github.com/pmem/vmemcache) | ||
|
||
## Building | ||
|
||
``` | ||
mvn clean package -Ppersistent-memory,vmemcache | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# PMem Common | ||
|
||
PMem common package includes native libraries and JNI interface for Intel Optane PMem. | ||
|
||
## Prerequisites | ||
|
||
Below libraries need to be installed in the machine | ||
|
||
- [Memkind](http://memkind.github.io/memkind/) | ||
|
||
- [Vmemcache](https://github.com/pmem/vmemcache) | ||
|
||
## Building | ||
|
||
``` | ||
mvn clean package -Ppersistent-memory,vmemcache | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
site_name: PMem Common | ||
|
||
repo_name: 'Fork on GitHub ' | ||
repo_url: "https://github.com/oap-project/pmem-common.git" | ||
edit_uri: "" | ||
|
||
|
||
nav: | ||
- User Guide: User-Guide.md | ||
- OAP Installation Guide: OAP-Installation-Guide.md | ||
- OAP Developer Guide: OAP-Developer-Guide.md | ||
- Version Selector: "../" | ||
|
||
|
||
|
||
theme: readthedocs | ||
|
||
|
||
plugins: | ||
- search | ||
- mkdocs-versioning: | ||
version: master | ||
exclude_from_nav: ["image", "js", "css", "fonts", "img"] |