mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Site Docs: Grammar Fixes
Thanks Saïvann!
This commit is contained in:
parent
3eee4811fd
commit
6ffd230671
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
@ -10,7 +10,7 @@ ruby '2.0.0'
|
||||||
## Used on the build server. If you add a package here (like nokogiri)
|
## Used on the build server. If you add a package here (like nokogiri)
|
||||||
## that has non-Gem dependencies (like zlib), please remind the site
|
## that has non-Gem dependencies (like zlib), please remind the site
|
||||||
## maintainers that they need to manually update the build server(s)
|
## maintainers that they need to manually update the build server(s)
|
||||||
## before they commit to master. If `bundle install` can satisify all
|
## before they commit to master. If `bundle install` can satisfy all
|
||||||
## your dependencies, then nothing extra needs to be done
|
## your dependencies, then nothing extra needs to be done
|
||||||
group :development do
|
group :development do
|
||||||
gem 'ffi-icu'
|
gem 'ffi-icu'
|
||||||
|
|
|
@ -186,7 +186,7 @@ And tell your system to use it:
|
||||||
|
|
||||||
rvm use default
|
rvm use default
|
||||||
|
|
||||||
(Note: you can use a different default Ruby, but you if you ever change
|
(Note: you can use a different default Ruby, but if you ever change
|
||||||
your default Ruby, you must re-run the `gem install bundle` command
|
your default Ruby, you must re-run the `gem install bundle` command
|
||||||
described below before you can build the site. If you ever receive a
|
described below before you can build the site. If you ever receive a
|
||||||
"eval: bundle: not found" error, you failed to re-run `gem install
|
"eval: bundle: not found" error, you failed to re-run `gem install
|
||||||
|
@ -282,9 +282,9 @@ Plugins include:
|
||||||
| glossary | 30 | -- | Developer glossary
|
| glossary | 30 | -- | Developer glossary
|
||||||
| redirects | 20 | -- | Redirects from old URLs
|
| redirects | 20 | -- | Redirects from old URLs
|
||||||
| releases | 10 | -- | Bitcoin Core release notes; Download page
|
| releases | 10 | -- | Bitcoin Core release notes; Download page
|
||||||
| sitemap | 0 | -- | /sitemap.xml
|
| sitemap | 10 | -- | /sitemap.xml
|
||||||
|
|
||||||
Notes: some plugins interact with each other; for example running
|
Notes: some plugins interact with each other or with translations; for example running
|
||||||
'autocrossref' and 'glossary' takes longer than running each other
|
'autocrossref' and 'glossary' takes longer than running each other
|
||||||
separately. Also, plugins that use remote APIs may take a long time to
|
separately. Also, plugins that use remote APIs may take a long time to
|
||||||
run if the API site is running slow.
|
run if the API site is running slow.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue