All Projects → RedisLabs → Redislabs Docs

RedisLabs / Redislabs Docs

Licence: other
Source files for Redis Labs Enterprise documentation

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Redislabs Docs

Hugo Book
Hugo documentation theme as simple as plain book
Stars: ✭ 1,115 (+2913.51%)
Mutual labels:  documentation, hugo
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (+18.92%)
Mutual labels:  documentation, hugo
Documentation
The source for Datadog's documentation site.
Stars: ✭ 147 (+297.3%)
Mutual labels:  documentation, hugo
Kraiklyn
A Hugo theme for one page documentation
Stars: ✭ 47 (+27.03%)
Mutual labels:  documentation, hugo
Kube
Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog.
Stars: ✭ 349 (+843.24%)
Mutual labels:  documentation, hugo
Docker Vue Node Nginx Mongodb Redis
🐉 An awesome boilerplate, Integrated Docker, Vue, Node, Nginx, Mongodb and Redis in one, Designed to develop & build your web applications more efficient and elegant.
Stars: ✭ 34 (-8.11%)
Mutual labels:  redis
Text Runner
Test runner for text
Stars: ✭ 35 (-5.41%)
Mutual labels:  documentation
Springmvc Project
开箱即用的SpringMVC项目,包含常规业务所需的框架功能整合,更多功能请关注 https://github.com/MartinDai/SpringBoot-Project
Stars: ✭ 33 (-10.81%)
Mutual labels:  redis
Bonita Doc
This repository contains the sources of the Bonita documentation site. It uses Markdown to create the documentation content.
Stars: ✭ 31 (-16.22%)
Mutual labels:  documentation
Exchange Rates
💱 Querying a rate-limited currency exchange API using Redis as a cache
Stars: ✭ 37 (+0%)
Mutual labels:  redis
Sphinx Automodapi
Sphinx extension for generating API documentation
Stars: ✭ 36 (-2.7%)
Mutual labels:  documentation
Advanced Javascript
Documentation based on John Resig's website on Advanced JavaScript
Stars: ✭ 35 (-5.41%)
Mutual labels:  documentation
Tools
C# 工具箱,提供Socket(TCP、UDP协议)、Redis、activemq、数据库访问等技术的封装实现
Stars: ✭ 34 (-8.11%)
Mutual labels:  redis
Commerce Docs
Commerce 2.x documentation
Stars: ✭ 35 (-5.41%)
Mutual labels:  documentation
Zabbix Template For Redis
Zabbix template + script useful to monitor Redis Server & Redis Sentinel instances
Stars: ✭ 33 (-10.81%)
Mutual labels:  redis
Immuni Documentation
Repo for Immuni's documentation.
Stars: ✭ 985 (+2562.16%)
Mutual labels:  documentation
Price Tracker
Live and historical prices for fiat currencies, crypto currencies and gold/silver over REST and WebSocket APIs, using Redis as storage. Node.js, jQuery, Bootstrap
Stars: ✭ 32 (-13.51%)
Mutual labels:  redis
Yii2 Queue
Yii2 Queue Extension. Supports DB, Redis, RabbitMQ, Beanstalk and Gearman
Stars: ✭ 977 (+2540.54%)
Mutual labels:  redis
Pawn Redis
Redis client for the Pawn language
Stars: ✭ 36 (-2.7%)
Mutual labels:  redis
Hugo Debugprint
Hugo "debugprint.html" partial
Stars: ✭ 35 (-5.41%)
Mutual labels:  hugo

The master branch => CircleCI

Redis Labs Documentation Center

The Redis Labs Documentation Center is built with Hugo version 0.48 and is based on the DocDock theme.

Installing the Redis Labs Documentation Center

To run the Redis Labs Documentation Center locally:

  1. Install the latest Hugo:

    • On CentOS:

      1. Install the copr plugin for yum: sudo yum install yum-plugin-copr
      2. Enable the Hugo repository: sudo yum copr enable daftaupe/hugo
      3. Install Hugo: sudo yum install hugo
    • On Ubuntu:

      • Install Hugo: sudo apt-get install hugo
    • On Windows:

      1. Install chocolatey.
      2. Install Hugo: choco install hugo -confirm
    • On MacOS:

      1. Install homebrew
      2. Install Hugo: brew install hugo
  2. Verify that Hugo is installed: hugo version

  3. Clone this repository to your local host.

  4. Change directory to the redislabs-docs directory.

  5. Start the hugo web server: hugo server

To access the site, go to: http://localhost:1313

Publishing

The latest branch is the latest stable version of documentation for the latest publicly available release at: https://docs.redislabs.com/latest

Documentation for previous versions is published through the version build branches (for example 5.2-build).

The master branch is published to https://docs.redislabs.com/staging/dev and represents the unstable version of documentation for the latest publicly available release. When stable, this branch is published to the latest branch.

Contributing to the documentation

Whether you see a typo or you want to suggest a change to the technical content, we encourage you to fork this repository and submit a pull request.

The "Edit on GitHub" link that is in the upper-left corner of every page opens the source file of that page so you can easily submit a change.

Content organization

Articles are organized in directories that present the articles in a heirarchy in the site sidebar. When you add a file to a directory, it is automatically listed in that section in the sidebar.

The metadata (front matter) of a page is used to:

  • Order the articles in a section by the 'weight' parameter (Remember, lower weight = higher priority
  • Mark articles as draft: true so that they are not published

To add a new section in the sidebar, you must add a directory and add an _index.md file in that directory. The content of the _index.md file is shown when you click on the category in the sidebar, and the weight of the _index.md file determines the order in which the category is listed in the sidebar.

Markdown

For more information about markdown syntax for our docs, see the cheatsheet.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].