Skip to content

Commit 8994533

Browse files
committed
Metadata tweaks
1 parent 24a5715 commit 8994533

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,19 @@ Pattern libraries will change your workflow for the better:
2525
- They encourage code reuse – defining independent UI components, that can be reused across apps, or ported to other projects.
2626
- It makes it much simpler to test UI components – no need to figure out where they’re used across a site or app.
2727

28+
Learn more by watching our presentation – [Reusable UI components: A journey from React to Wagtail](https://www.youtube.com/watch?v=isrOufI7TKc).
29+
2830
## Documentation
2931

30-
Documentation is available at [torchbox.github.io/django-pattern-library/](https://torchbox.github.io/django-pattern-library/), with source files in the `docs` directory.
32+
Documentation is available at [torchbox.github.io/django-pattern-library](https://torchbox.github.io/django-pattern-library/), with source files in the `docs` directory.
3133

32-
- [Getting started](https://torchbox.github.io/django-pattern-library/getting-started/)
33-
- Guides
34+
- **[Getting started](https://torchbox.github.io/django-pattern-library/getting-started/)**
35+
- **Guides**
3436
- [Defining template context](https://torchbox.github.io/django-pattern-library/guides/defining-template-context/)
3537
- [Overriding template tags](https://torchbox.github.io/django-pattern-library/guides/overriding-template-tags/)
3638
- [Customizing template rendering](https://torchbox.github.io/django-pattern-library/guides/customizing-template-rendering/)
3739
- [Workflows that work](https://torchbox.github.io/django-pattern-library/guides/workflows-that-work/)
38-
- Reference
40+
- **Reference**
3941
- [API & settings](https://torchbox.github.io/django-pattern-library/reference/api/)
4042
- [Known issues and limitations](https://torchbox.github.io/django-pattern-library/reference/known-issues/)
4143

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"private": true,
55
"license": "BSD-3-Clause",
66
"browserslist": [
7-
"> 1% and last 2 versions",
8-
"Firefox ESR",
9-
"ios_saf 12",
10-
"safari 12",
11-
"ie 11",
12-
"not ie_mob 11",
13-
"not android 4.4.3-4.4.4",
14-
"not OperaMini all"
7+
"> 1% and last 2 versions",
8+
"Firefox ESR",
9+
"ios_saf 12",
10+
"safari 12",
11+
"ie 11",
12+
"not ie_mob 11",
13+
"not android 4.4.3-4.4.4",
14+
"not OperaMini all"
1515
],
1616
"scripts": {
1717
"start": "webpack --mode development --watch",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name = "django-pattern-library"
33
version = "0.2.9"
44
description = "A module for Django that allows to build pattern libraries for your projects."
55
authors = [
6-
"Mikalai Radchuk <[email protected]>",
76
"Ben Dickinson <[email protected]>"
87
]
98
license = "BSD-3-Clause"
109
readme = "README.md"
11-
homepage = "https://github.com/torchbox/django-pattern-library"
10+
repository = "https://github.com/torchbox/django-pattern-library"
11+
documentation = "https://torchbox.github.io/django-pattern-library/"
1212
classifiers = [
1313
"Development Status :: 4 - Beta",
1414
"Environment :: Web Environment",

0 commit comments

Comments
 (0)