docs: update doc pages style

pull/79/head
Amio 2018-08-06 11:44:32 +08:00
rodzic ec8e949cb7
commit bb61879d9d
2 zmienionych plików z 9 dodań i 10 usunięć

Wyświetl plik

@ -11,10 +11,10 @@
## Creating the API key
To use an `/uptime-robot` badge, you have to create or find an API key specific to your monitor
<br/><br/>
To use an `/uptime-robot` badge, you have to create or find an API key specific to your monitor.
From your UptimeRobot dashboard, go to
[My Settings](https://uptimerobot.com/dashboard.php#mySettings) > API Settings > Monitor-Specific API Keys
[My Settings](https://uptimerobot.com/dashboard.php#mySettings) > API Settings > Monitor-Specific API Keys.
## Examples

Wyświetl plik

@ -6,15 +6,14 @@ const serve404 = require('./serve-404.js')
const serveMarkedOptions = {
preset: 'merri',
inlineCSS: `
body { max-width: 800px; padding: 0 2em 1em 2em }
h1 { font-size: }
h1 + p { letter-spacing: 0.1px }
h1 + p img { margin-top: 1em; height: 20px }
body { max-width: 800px; padding: 0 2rem 5rem 2rem }
h1 + p { letter-spacing: 0.1px; margin-top: 2em }
img { height: 20px }
em { font-size: 0.8em; color: #666 }
li { padding: 0.4em 0 }
li code { padding: 0.4em 0.6em; display: pre }
p { margin: 0 }
p a { vertical-align: top; margin-left: 0.4em; font: 14px/20px monospace }
code { padding: 0.4em 0.6em; display: pre }
p { margin: 0; line-height: 2em }
p img + a { vertical-align: top; margin-left: 0.4em; font: 14px/20px monospace }
`,
beforeHeadEnd: `<link rel="icon" type="image/svg+xml" href="/favicon.svg">`,
trackingGA: 'UA-4646421-14'