forked from facebook/rocksdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This is the proof of concept for the initial landing page for RocksDB when we move to GitHub pages. The images for each feature can change, but using these as placeholders for now. The styling may change a bit as well. Test Plan: Visual Reviewers: IslamAbdelRahman, lgalanis, sdong Reviewed By: lgalanis Subscribers: andrewkr, dhruba, leveldb Differential Revision: https://reviews.facebook.net/D62985
- Loading branch information
1 parent
9447a85
commit 5a0e9a4
Showing
18 changed files
with
272 additions
and
719 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
- title: Feature 1 | ||
- title: Optimized for Fast Storage | ||
text: | | ||
This is a description of the feature which **can** use [markdown](#). | ||
image: images/android.svg | ||
RocksDB is optimized for fast, low latency storage such as flash drives. RocksDB exploits the full potential of high read/write rates offered by flash or RAM. | ||
image: images/promo-flash.svg | ||
|
||
- title: Feature 2 | ||
- title: High Performance | ||
text: | | ||
This is another description of a feature. | ||
image: images/apple.svg | ||
- title: Feature 3 | ||
RocksDB uses a log structured database engine, written entirely in C++, for maximum performance. Keys and values are just arbitrarily-sized byte streams. | ||
image: images/promo-performance.svg | ||
|
||
- title: Adaptable | ||
text: | | ||
This is another description of a feature. | ||
image: images/facebook.png | ||
RocksDB can also be used as a storage engine for databases. [MongoRocks](https://github.com/mongodb-partners/mongo-rocks) and [MyRocks](https://github.com/facebook/mysql-5.6) are two production examples. | ||
image: images/promo-adapt.svg | ||
|
||
- title: Feature 4 | ||
- title: Basic and Advanced Database Operations | ||
text: | | ||
This is another description of a feature. | ||
image: images/instagram.png | ||
RocksDB provides basic operations such as opening and closing a database, reading and writing to more advanced operations such as slicing and iteration. | ||
image: images/promo-operations.svg |
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 |
---|---|---|
@@ -1,6 +1 @@ | ||
- title: Who Uses This Project? | ||
items: | ||
- name: Example Company | ||
url: https://www.example.com/ | ||
- name: Another Example | ||
url: https://www.example.com | ||
# Fill in later if desired |
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 |
---|---|---|
@@ -1,14 +1 @@ | ||
- title: Who Uses This Project? | ||
items: | ||
- name: Facebook | ||
url: https://facebook.com | ||
img: static/images/facebook.png | ||
- name: Instagram | ||
url: https://www.instagram.com | ||
img: static/images/instagram.png | ||
- name: Facebook | ||
url: https://facebook.com | ||
img: static/images/facebook.png | ||
- name: Instagram | ||
url: https://www.instagram.com | ||
img: static/images/instagram.png | ||
# Fill in later if desired |
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 |
---|---|---|
@@ -1,49 +1,9 @@ | ||
--- | ||
layout: home | ||
title: Example - You can over-ride the default title here | ||
title: RocksDB | A persistent key-value store | ||
id: home | ||
--- | ||
|
||
## Gridblocks | ||
|
||
You can use the gridblocks sub-template to arrange information into nice responsive grids. There are two ways to add a grid block, the first is by adding a yml file to the `_data` folder and then using it as a data source: | ||
## Features | ||
|
||
{% include content/gridblocks.html data_source=site.data.features align="center" %} | ||
|
||
The second is simply to use the raw HTML of the grid blocks: | ||
|
||
<div class="gridBlock"> | ||
<div class="blockElement twoByGridBlock alignCenter"> | ||
<div class="blockContent"> | ||
<h3>Feature 1</h3> | ||
<p>This is a description of the feature.</p> | ||
</div> | ||
</div> | ||
|
||
<div class="blockElement twoByGridBlock alignCenter"> | ||
<div class="blockContent"> | ||
<h3>Feature 2</h3> | ||
<p>This is another description of a feature.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
Use the first option as a preference, because it will make your site easier for non-technical folks to edit and update. | ||
|
||
Gridblocks have additional options for layout compared to the above: | ||
|
||
Left aligned: | ||
|
||
{% include content/gridblocks.html data_source=site.data.features align="left" %} | ||
|
||
Right aligned: | ||
|
||
{% include content/gridblocks.html data_source=site.data.features align="right" %} | ||
|
||
Images on the side: | ||
|
||
{% include content/gridblocks.html data_source=site.data.features imagealign="side" %} | ||
|
||
Four column layout: | ||
|
||
{% include content/gridblocks.html data_source=site.data.features layout="fourColumn" align="center" %} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.