Skip to content

Commit

Permalink
refactor: Rewrite elements to remove Refract references (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanc authored and kylef committed May 22, 2018
1 parent 9cb03a1 commit e6d5a0c
Show file tree
Hide file tree
Showing 6 changed files with 1,258 additions and 1,062 deletions.
17 changes: 17 additions & 0 deletions docs/_static/css/table.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
table.markdown th, table.markdown td {
padding: 6px 13px;
border: 1px solid #dfe2e5;
}

table.markdown th {
font-weight: 600;
}

table.markdown tr:nth-child(2n) {
background-color: #f6f8fa;
}

table {
border-spacing: 0;
border-collapse: collapse;
}
3 changes: 1 addition & 2 deletions docs/additional-information.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Additional Information

This page defines links and references for additional reading.
This page lists links and references for additional reading.

- [Refract](https://github.com/refractproject/refract-spec) - Basis for API Elements' structure
- [API Blueprint](https://apiblueprint.org/) - API description format that utilizes API Elements as its parsing results
- [MSON](https://github.com/apiaryio/mson) - Data structure format that utilizes API Elements as its parsing results (see the Data Structure Elements)
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,4 +190,5 @@ def setup_recommonmark(app):


def setup(app):
app.add_stylesheet('css/table.css')
setup_recommonmark(app)

0 comments on commit e6d5a0c

Please sign in to comment.