Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit 33f1597

Browse files
committed
Switch to emojis to replace missing icons
1 parent cc75a97 commit 33f1597

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ and this project tries to adhere to [Semantic Versioning](https://semver.org/spe
1313

1414
### Removed
1515

16+
## 1.2.1 - Saturday, 11 April 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.2.0...1.2.1))
17+
### Modified
18+
- Switch to emojis to replace missing icons
19+
1620
## 1.2.0 - Friday, 10 April 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.1.1...1.2.0))
1721
### Added
1822
- CSS badge classes. Updated stub styling.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pastel is a PHP tool to generate beautiful documentation from Markdown. [Here's
99
<img src="./screenshots/pastel-screenshot-2.png">
1010
</p>
1111

12-
This project is a fork of [Documentarian](https://github.com/knuckleswtf/pastel), which is itself a PHP port of [Slate](https://github.com/tripit/slate), the API documentation tool.
12+
This project is a fork of [Documentarian](https://github.com/knuckleswtf/pastel), which is itself a PHP port of [Slate](https://github.com/slatedocs/slate), the API documentation tool.
1313

1414
## Table of contents
1515
- [Installation](#installation)

docs/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,15 @@ html {
267267
}
268268

269269
.content aside.warning:before {
270-
content: "\f06a"
270+
content: ""
271271
}
272272

273273
.content aside.notice:before {
274-
content: "\f05a"
274+
content: ""
275275
}
276276

277277
.content aside.success:before {
278-
content: "\f058"
278+
content: ""
279279
}
280280

281281
.tocify-wrapper>.search:before {

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<ul class="toc-footer" id="toc-footer">
4444
<li><a href='#'>Sign up for a developer key</a></li>
45-
<li><a href='https://github.com/knuckleswtf/pastel'>Documentation powered by Pastel</a></li>
45+
<li><a href='https://github.com/knuckleswtf/pastel'>Documentation powered by Pastel 🎨</a></li>
4646
</ul>
4747
<ul class="toc-footer" id="last-updated">
4848
<li>Last updated: April 10 2020</li>
@@ -52,8 +52,8 @@
5252
<div class="dark-box"></div>
5353
<div class="content">
5454
<h1>Introduction</h1>
55-
<p>Welcome to the Kittn API! You can use our API to access Kittn API endpoints, which can get information on various cats, kittens, and breeds in our database.</p>
56-
<p>We have language bindings in Bash, Ruby, Python, and JavaScript! You can view code examples in the dark area to the right, and you can switch the programming language of the examples with the tabs in the top right.</p>
55+
<p>Welcome to the Kittn API! You can use our API to can get information on various cats, kittens, and breeds in our database.</p>
56+
<p>As you scroll, you'll see code examples for working with the API in Bash, Ruby, Python, and JavaScript in the dark area to the right (or as part of the content on mobile), and you can switch the programming language of the examples with the tabs in the top right (or from the nav menu at the top left on mobile).</p>
5757
<p>This example API documentation page was borrowed from <a href="https://github.com/slatedocs/slate">Slate</a> and generated with <a href="https://github.com/knuckleswtf/pastel">Pastel</a>. Feel free to edit it and use it as a base for your own API's documentation.</p>
5858
<h1>Authentication</h1>
5959
<blockquote>

resources/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,15 @@ html {
267267
}
268268

269269
.content aside.warning:before {
270-
content: "\f06a"
270+
content: ""
271271
}
272272

273273
.content aside.notice:before {
274-
content: "\f05a"
274+
content: ""
275275
}
276276

277277
.content aside.success:before {
278-
content: "\f058"
278+
content: ""
279279
}
280280

281281
.tocify-wrapper>.search:before {
0 Bytes
Loading

0 commit comments

Comments
 (0)