diff --git a/docs/_config.yml b/docs/_config.yml index 6d046e430..2e453ea12 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -3,7 +3,7 @@ permalink: /blog/:year/:month/:day/:title.html title: RocksDB tagline: A persistent key-value store for fast storage environments description: > - RocksDB is an embeddable persistent key-value store for fast storage. RocksDB can also be the foundation for a client-server database but our current focus is on embedded workloads. + RocksDB is an embeddable persistent key-value store for fast storage. fbappid: "1615782811974223" gacode: "UA-12345-6" # baseurl determines the subpath of your site. For example if you're using an @@ -16,7 +16,7 @@ ghrepo: "facebook/rocksdb" # Use these color settings to determine your colour scheme for the site. color: # primary should be a vivid color that reflects the project's brand - primary: "#3b5998" + primary: "#2a2a2a" # secondary should be a subtle light or dark color used on page backgrounds secondary: "#f9f9f9" # Use the following to specify whether the previous two colours are 'light' diff --git a/docs/_data/features.yml b/docs/_data/features.yml index ea3037415..4e42c2112 100644 --- a/docs/_data/features.yml +++ b/docs/_data/features.yml @@ -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 \ No newline at end of file + 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 diff --git a/docs/_data/powered_by.yml b/docs/_data/powered_by.yml index 83ca5736c..a780cfe40 100644 --- a/docs/_data/powered_by.yml +++ b/docs/_data/powered_by.yml @@ -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 diff --git a/docs/_data/powered_by_highlight.yml b/docs/_data/powered_by_highlight.yml index 5e9ff2c9c..a780cfe40 100644 --- a/docs/_data/powered_by_highlight.yml +++ b/docs/_data/powered_by_highlight.yml @@ -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 diff --git a/docs/_data/promo.yml b/docs/_data/promo.yml index 695ab7b01..9a72aa844 100644 --- a/docs/_data/promo.yml +++ b/docs/_data/promo.yml @@ -3,26 +3,4 @@ - type: button href: docs/getting-started.html - text: Example Button - -- type: github_star - -- type: github_watch - -- type: like_button - -- type: google_share - -- type: twitter_follow - href: FbOpenSource - -- type: twitter_share - -- type: plugin_row - children: - - type: button - href: docs/getting-started.html - text: Get Started - - type: button - href: https://example.com - text: Another Button \ No newline at end of file + text: Get Started diff --git a/docs/index.md b/docs/index.md index b1c91460e..2b9570d23 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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: - -
This is a description of the feature.
-This is another description of a feature.
-