mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Change print stylesheet, fix slight bug with naming
Also changed README wording slightly.
This commit is contained in:
parent
834119ecd8
commit
e2b70aff42
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ Slate helps you create beautiful single-page API documentation. Think of it as a
|
|||
Features
|
||||
------------
|
||||
|
||||
* **Clean, intuitive design** — with Slate, the description of your API is on the left side of your documentation, and all the code examples are on the right side. Inspired by [Stripe's](https://stripe.com/docs/api) and [Paypal's](https://developer.paypal.com/webapps/developer/docs/api/) API docs. In addition to the design you see on screen, Slate comes with a print stylesheet, so your users can easily print out your documentation as a hard copy for reference.
|
||||
* **Clean, intuitive design** — with Slate, the description of your API is on the left side of your documentation, and all the code examples are on the right side. Inspired by [Stripe's](https://stripe.com/docs/api) and [Paypal's](https://developer.paypal.com/webapps/developer/docs/api/) API docs. In addition to the design you see on screen, Slate comes with a print stylesheet, so your docs look great on paper.
|
||||
|
||||
* **Everything on a single page** — gone are the days where your users had to search through a million pages to find what they wanted. Slate puts the entire documentation on a single page. We haven't sacrificed linkability, though. As you scroll, your browser's hash will update to the nearest header, so it's insanely easy to link to a particular point in the documentation.
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ $print-color-light: #ccc;
|
|||
$print-font-size: 12px;
|
||||
|
||||
body {
|
||||
@extend %body-font;
|
||||
@extend %default-font;
|
||||
}
|
||||
|
||||
.tocify, .toc-footer {
|
||||
|
|
|
|||
Loading…
Reference in a new issue