Skip to content

Commit 551a53b

Browse files
authored
Merge pull request #269 from nimbinatus/patch-glossary
fix(indent): fixed indent on glossary
2 parents 788486a + 2408055 commit 551a53b

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
# General information about the project.
5454
project = u'Deconst'
55-
copyright = u'2015, Ash Wilson, Kyle Kelley'
55+
copyright = u'2015-2018, Ash Wilson, Kyle Kelley'
5656

5757
# The version info for the project you're documenting, acts as replacement for
5858
# |version| and |release|, also used in various other places throughout the

developing/terminology.rst

+16-16
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ comments, issues and chat.
77

88
.. glossary::
99

10-
content repository
11-
content repositories
10+
content repository
11+
content repositories
1212
Location containing material to be included as a subset of the completed
1313
site. Often, the material within will be written in a friendlier
1414
human-editable markup format such as reStructuredText or Markdown.
@@ -31,8 +31,8 @@ comments, issues and chat.
3131
* Plain-text documents that associate subsets of :term:`presented URLs`
3232
with specific layouts.
3333

34-
content ID
35-
content IDs
34+
content ID
35+
content IDs
3636
Unique identifier assigned to a single page of content generated from a
3737
:term:`content repository`. It's important to note that a content ID is
3838
assigned to each *output* page, not each source document. Depending on the
@@ -58,26 +58,26 @@ comments, issues and chat.
5858
``https://github.com/rackerlabs/developer-blog/_posts/mongodb-3.0-getting-started.md``:
5959
``https://github.com/rackerlabs/developer-blog/blog/mongodb-3.0-getting-started``.
6060

61-
revision ID
62-
revision IDs
61+
metadata envelope
62+
metadata envelopes
63+
JSON document that contains a single page's worth of content as a rendered
64+
HTML fragment, along with any additional information necessary for the
65+
presentation of that page. See :ref:`the schema section <envelope-schema>`
66+
for a description of the expected structure.
67+
68+
revision ID
69+
revision IDs
6370
Identifier used to isolate different staging environments from one another.
6471

65-
presented URL
66-
presented URLs
72+
presented URL
73+
presented URLs
6774
URL of a page within the final presented content of a deconst site. This
6875
should be the full URL, including the scheme and domain.
6976

7077
Example:
7178
``https://developer.rackspace.com/sdks/cloud-servers/getting-started/``.
7279

73-
template
80+
template
7481
Common markup that surrounds each presented page with navigation, brand
7582
identity, copyright information and anything else that's shared among some
7683
subset of each site.
77-
78-
metadata envelope
79-
metadata envelopes
80-
JSON document that contains a single page's worth of content as a rendered
81-
HTML fragment, along with any additional information necessary for the
82-
presentation of that page. See :ref:`the schema section <envelope-schema>`
83-
for a description of the expected structure.

0 commit comments

Comments
 (0)