No more favicon, add artifacts
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# Docbox
|
||||
|
||||
[](https://circleci.com/gh/mapbox/docbox)
|
||||
|
||||
**Docbox is an open source version of Mapbox's REST API documentation system.** It takes structured Markdown files and generates a friendly two-column layout with navigation, permalinks, and examples. The documentation source files that Docbox uses are friendly for documentation authors and free of presentational code: it's just Markdown.
|
||||
|
||||
**Docbox is a JavaScript application written with React.** The core magic is thanks to the [remark](http://remark.js.org/) Markdown parser, which enables the layout: after parsing a file into an [Abstract Syntax Tree](https://en.wikipedia.org/wiki/Abstract_syntax_tree), we can move examples to the right, prose to the left, and build the navigation system.
|
||||
|
Reference in New Issue
Block a user