1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-23 06:31:58 +00:00

Merge pull request #1313 from ThomasWaldmann/fix-highlighting

docs: fix the highlighting
This commit is contained in:
TW 2016-07-11 23:19:30 +02:00 committed by GitHub
commit 131d2384dd
9 changed files with 15 additions and 2 deletions

View file

@ -1,5 +1,7 @@
|screencast|
.. highlight:: bash
What is BorgBackup?
===================
@ -87,7 +89,10 @@ Initialize a new backup repository and create a backup archive::
$ borg init /path/to/repo
$ borg create /path/to/repo::Saturday1 ~/Documents
Now doing another backup, just to show off the great deduplication::
Now doing another backup, just to show off the great deduplication:
.. code-block:: none
:emphasize-lines: 11
$ borg create -v --stats /path/to/repo::Saturday2 ~/Documents
-----------------------------------------------------------------------------

View file

@ -1,3 +1,4 @@
.. highlight:: python
API Documentation
=================

View file

@ -1,4 +1,5 @@
.. include:: global.rst.inc
.. highlight:: none
.. _deployment:
Deployment

View file

@ -1,4 +1,5 @@
.. include:: global.rst.inc
.. highlight:: bash
.. _development:
Development

View file

@ -1,5 +1,6 @@
.. _faq:
.. include:: global.rst.inc
.. highlight:: none
.. _faq:
Frequently asked questions
==========================

View file

@ -1,4 +1,5 @@
.. include:: global.rst.inc
.. highlight:: bash
.. _installation:
Installation

View file

@ -1,4 +1,5 @@
.. include:: global.rst.inc
.. highlight:: none
.. _internals:
Internals

View file

@ -1,4 +1,5 @@
.. include:: global.rst.inc
.. highlight:: bash
.. _quickstart:
Quick Start

View file

@ -1,4 +1,5 @@
.. include:: global.rst.inc
.. highlight:: none
.. _detailed_usage:
Usage