You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,7 +43,7 @@ Here are a few other utility commands you may find useful:
43
43
44
44
-`npm run lint`: Runs `eslint` and `sass-lint` against JavaScript and Sass files.
45
45
46
-
-`npm test`: Runs `npm run lint`and can also be used to run any tests.
46
+
-`npm test`: Runs all tests and linters.
47
47
48
48
-`npm run watch`: Runs a series of commands that watches for any changes in both the Standards node module and the root level asset folders in this repo.
See the [`_posts` directory](_posts/#readme) for instructions on adding updates.
78
78
79
+
### Dynamic content
80
+
81
+
Some of the content on the documentation site is dynamically fetched from
82
+
GitHub. If you want to ensure that its API won't rate-limit you, you
83
+
may want to
84
+
[create an access token](https://github.com/blog/1509-personal-api-tokens)
85
+
and assign it to your `GITHUB_ACCESS_TOKEN` environment variable.
86
+
87
+
The dynamic content is stored in the `.jekyll_get_cache` directory and
88
+
won't be re-fetched once it's cached there. However, this means that your
89
+
data can get stale over time, so if you want to ensure that your site
90
+
is using the very latest data, you'll want to clear the cache by running:
91
+
92
+
```
93
+
rm -rf .jekyll_get_cache
94
+
```
95
+
79
96
## Contributing
80
97
81
98
Please read through our [contributing guidelines](CONTRIBUTING.md). These guidelines are directions for opening issues and submitting pull requests, and they also detail the coding and design standards we follow.
<li>State any password requirements (for example, “Must include one capital letter”) up front. Don’t leave users guessing about password requirements, only to hit them with an error message later.</li>
29
31
<li>The requirements shown above are just provided as an example and should not be taken as recommendations.</li>
0 commit comments