Searched refs:md (Results 1 – 22 of 22) sorted by relevance
7 - Rename this file to `CONTRIBUTING.md`.8 - Rename `EXAMPLE-README-FOR-RUNNING-DOCS.md` to `README.md` (replacing the existing `README.md` th…10 - Review the [template information](./TEMPLATE-INFORMATION.md).16 Most content is written in markdown. You name the file `something.md`, then have a header that look…33 Modify `index.md` with your new or updated content.60 or with a combination of changing `./_data/features.yml` and adding some Liquid to `index.md`, such…74 …own (file extension `.md` or `.markdown`). See current posts in that folder or `./doc-type-example…77 1. [Run the site locally](./README.md) to test your changes. It will be at `http://127.0.0.1/blog/y…89 1. [Run the site locally](./README.md) to test your changes. It will be at `http://127.0.0.1/docs/y…102 1. Create a markdown file in the root `./top-level/`. See `./doc-type-examples/top-level-example.md…[all …]
7 See [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to add or modify content.15 …y in your local RocksDB clone (i.e., the same directory where this `README.md` exists). The below …
13 …md` which contains the bulk of the main content below the header. This is all markdown if you want…
12 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#public-api-change-1)Public API Ch…19 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#new-features-2)New Features27 ## [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#470-482016)4.7.0 (4/8/2016)29 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#public-api-change-2)Public API Ch…32 …all Options.OldDefaults() to recover old defaults. DEFAULT_OPTIONS_HISTORY.md will track change hi…36 ## [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#460-3102016)4.6.0 (3/10/2016)38 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#public-api-changes-1)Public API C…45 ### [](https://github.com/facebook/rocksdb/blob/master/HISTORY.md#new-features-3)New Features
24 Check out the full [change log](https://github.com/facebook/rocksdb/blob/3.0.fb/HISTORY.md).
40 …release notes in our [HISTORY.my](https://github.com/facebook/rocksdb/blob/2.8.fb/HISTORY.md) file.
58 …ation, refer to [advisor](https://github.com/facebook/rocksdb/tree/master/tools/advisor/README.md).
109 for (auto& md : vmd) { in TestGetPropertiesOfTablesInRange() local110 std::string fn = md.db_path + md.name; in TestGetPropertiesOfTablesInRange()114 if (r.limit.compare(md.smallestkey) >= 0 && in TestGetPropertiesOfTablesInRange()115 r.start.compare(md.largestkey) <= 0) { in TestGetPropertiesOfTablesInRange()
4 The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)
29 - md %THIRDPARTY_HOME%58 - md %APPVEYOR_BUILD_FOLDER%\build
785 …all Options.OldDefaults() to recover old defaults. DEFAULT_OPTIONS_HISTORY.md will track change hi…
482 for (const auto& md : metadata) { in CheckConsistency() local484 std::string file_path = md.db_path + md.name; in CheckConsistency()495 "Can't access " + md.name + ": " + s.ToString() + "\n"; in CheckConsistency()
3389 for (const auto& md : metadata) { in CheckConsistency() local3391 std::string fname = md.name; in CheckConsistency()3395 files_by_directory[md.db_path].push_back(fname); in CheckConsistency()3419 for (const auto& md : metadata) { in CheckConsistency() local3421 std::string file_path = md.db_path + md.name; in CheckConsistency()3432 "Can't access " + md.name + ": " + s.ToString() + "\n"; in CheckConsistency()3433 } else if (fsize != md.size) { in CheckConsistency()3436 ToString(md.size) + ", actual size " + in CheckConsistency()
1584 for (const auto& md : metadata) { in Open() local1585 std::string name = md.name; in Open()1589 known_file_sizes[name] = md.size; in Open()
88 md -Path $WorkFolder -ErrorAction Ignore | Out-Null89 md -Path $LogFolder -ErrorAction Ignore | Out-Null
253 $(AM_V_at)@cp ../HISTORY.md ./HISTORY-CPP.md254 $(AM_V_at)@rm -f ./HISTORY-CPP.md
8 …the blog or docs collections that can be added at a top-level (i.e., the same level as `index.md`).
12 …e the entire `_docs` folder. Otherwise add markdown files in here. See CONTRIBUTING.md for details.
21 … the entire `_posts` folder. Otherwise add markdown files in here. See CONTRIBUTING.md for details.
40 See `API.md` for how to use RocksDB from the shell.
43 Check this [link](https://github.com/facebook/rocksdb/blob/master/INSTALL.md) to install the depend…
38 …dustry. For a list of projects currently using RocksDB, take a look at our USERS.md list on github.