Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 1.25 KB

File metadata and controls

51 lines (45 loc) · 1.25 KB

APIBlueprint

The templating for the new doumentation is using APIBlueprint markdown.

If you find any mistakes, or see room for improvement, pull requests are welcomed!

For functionality syntax, you can take a look at this guide for the basics, and this guide for a very detailed documentation on the markdown language.

For style/appearance, please take a look here. For example, as it stands, the style has been changed to the following (not found in the markdown):

<script type="text/javascript">
var embed = new Apiary.Embed({
		subdomain: 'blockchaininfo',
		theme: {
			fontFamily: 'Helvetica',

			tableOfContents: {
				section: {
					title: {
						color: '#049BD4'
					}
				}
			},

			humanColumn: {
				content: {
					section: {
						title: {
							color: '#049BD4'
						}
					}
				}
			},

			machineColumn: {
				content: {
					request: {
						controls: {
							tryButton: {
								color: '#049BD4'
							}
						}
					}
				}
			}
		},
		hosts: ['production']
});
</script>

This will be kept updated with any changes.