summaryrefslogtreecommitdiffstats
path: root/src/rocksdb/docs/_data
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/rocksdb/docs/_data/authors.yml81
-rw-r--r--src/rocksdb/docs/_data/features.yml19
-rw-r--r--src/rocksdb/docs/_data/nav.yml30
-rw-r--r--src/rocksdb/docs/_data/nav_docs.yml3
-rw-r--r--src/rocksdb/docs/_data/powered_by.yml1
-rw-r--r--src/rocksdb/docs/_data/powered_by_highlight.yml1
-rw-r--r--src/rocksdb/docs/_data/promo.yml6
7 files changed, 141 insertions, 0 deletions
diff --git a/src/rocksdb/docs/_data/authors.yml b/src/rocksdb/docs/_data/authors.yml
new file mode 100644
index 000000000..210987c0b
--- /dev/null
+++ b/src/rocksdb/docs/_data/authors.yml
@@ -0,0 +1,81 @@
+icanadi:
+ full_name: Igor Canadi
+ fbid: 706165749
+
+xjin:
+ full_name: Xing Jin
+ fbid: 100000739847320
+
+leijin:
+ full_name: Lei Jin
+ fbid: 634570164
+
+yhciang:
+ full_name: Yueh-Hsuan Chiang
+ fbid: 1619020986
+
+radheshyam:
+ full_name: Radheshyam Balasundaram
+ fbid: 800837305
+
+zagfox:
+ full_name: Feng Zhu
+ fbid: 100006493823622
+
+lgalanis:
+ full_name: Leonidas Galanis
+ fbid: 8649950
+
+sdong:
+ full_name: Siying Dong
+ fbid: 9805119
+
+dmitrism:
+ full_name: Dmitri Smirnov
+
+rven2:
+ full_name: Venkatesh Radhakrishnan
+ fbid: 100008352697325
+
+yiwu:
+ full_name: Yi Wu
+ fbid: 100000476362039
+
+maysamyabandeh:
+ full_name: Maysam Yabandeh
+ fbid: 100003482360101
+
+IslamAbdelRahman:
+ full_name: Islam AbdelRahman
+ fbid: 642759407
+
+ajkr:
+ full_name: Andrew Kryczka
+ fbid: 568694102
+
+abhimadan:
+ full_name: Abhishek Madan
+ fbid: 1850247869
+
+sagar0:
+ full_name: Sagar Vemuri
+ fbid: 2419111
+
+lightmark:
+ full_name: Aaron Gao
+ fbid: 1351549072
+
+fgwu:
+ full_name: Fenggang Wu
+ fbid: 100002297362180
+
+ltamasi:
+ full_name: Levi Tamasi
+
+cbi42:
+ full_name: Changyu Bi
+ fbid: 100078474793041
+
+zjay:
+ full_name: Jay Zhuang
+ fbid: 100032386042884
diff --git a/src/rocksdb/docs/_data/features.yml b/src/rocksdb/docs/_data/features.yml
new file mode 100644
index 000000000..d692c1849
--- /dev/null
+++ b/src/rocksdb/docs/_data/features.yml
@@ -0,0 +1,19 @@
+- title: High Performance
+ text: |
+ 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: Optimized for Fast Storage
+ text: |
+ RocksDB is optimized for fast, low latency storage such as flash drives and high-speed disk drives. RocksDB exploits the full potential of high read/write rates offered by flash or RAM.
+ image: images/promo-flash.svg
+
+- title: Adaptable
+ text: |
+ RocksDB is adaptable to different workloads. From database storage engines such as [MyRocks](https://github.com/facebook/mysql-5.6) to [application data caching](http://techblog.netflix.com/2016/05/application-data-caching-using-ssds.html) to embedded workloads, RocksDB can be used for a variety of data needs.
+ image: images/promo-adapt.svg
+
+- title: Basic and Advanced Database Operations
+ text: |
+ RocksDB provides basic operations such as opening and closing a database, reading and writing to more advanced operations such as merging and compaction filters.
+ image: images/promo-operations.svg
diff --git a/src/rocksdb/docs/_data/nav.yml b/src/rocksdb/docs/_data/nav.yml
new file mode 100644
index 000000000..b70c65ff7
--- /dev/null
+++ b/src/rocksdb/docs/_data/nav.yml
@@ -0,0 +1,30 @@
+- title: Docs
+ href: /docs/
+ category: docs
+
+- title: GitHub
+ href: https://github.com/facebook/rocksdb/
+ category: external
+
+- title: API (C++)
+ href: https://github.com/facebook/rocksdb/tree/main/include/rocksdb
+ category: external
+
+- title: API (Java)
+ href: https://github.com/facebook/rocksdb/tree/main/java/src/main/java/org/rocksdb
+ category: external
+
+- title: Support
+ href: /support.html
+ category: support
+
+- title: Blog
+ href: /blog/
+ category: blog
+
+- title: Facebook
+ href: https://www.facebook.com/groups/rocksdb.dev/
+ category: external
+
+# Use external for external links not associated with the paths of the current site.
+# If a category is external, site urls, for example, are not prepended to the href, etc..
diff --git a/src/rocksdb/docs/_data/nav_docs.yml b/src/rocksdb/docs/_data/nav_docs.yml
new file mode 100644
index 000000000..8cdfd2d04
--- /dev/null
+++ b/src/rocksdb/docs/_data/nav_docs.yml
@@ -0,0 +1,3 @@
+- title: Quick Start
+ items:
+ - id: getting-started
diff --git a/src/rocksdb/docs/_data/powered_by.yml b/src/rocksdb/docs/_data/powered_by.yml
new file mode 100644
index 000000000..a780cfe40
--- /dev/null
+++ b/src/rocksdb/docs/_data/powered_by.yml
@@ -0,0 +1 @@
+# Fill in later if desired
diff --git a/src/rocksdb/docs/_data/powered_by_highlight.yml b/src/rocksdb/docs/_data/powered_by_highlight.yml
new file mode 100644
index 000000000..a780cfe40
--- /dev/null
+++ b/src/rocksdb/docs/_data/powered_by_highlight.yml
@@ -0,0 +1 @@
+# Fill in later if desired
diff --git a/src/rocksdb/docs/_data/promo.yml b/src/rocksdb/docs/_data/promo.yml
new file mode 100644
index 000000000..9a72aa844
--- /dev/null
+++ b/src/rocksdb/docs/_data/promo.yml
@@ -0,0 +1,6 @@
+# This file determines the list of promotional elements added to the header of \
+# your site's homepage. Full list of plugins are shown
+
+- type: button
+ href: docs/getting-started.html
+ text: Get Started