fixing broken links
This commit is contained in:
@ -266,7 +266,7 @@ entries:
|
|||||||
version: all
|
version: all
|
||||||
|
|
||||||
- title: Generating PDFs
|
- title: Generating PDFs
|
||||||
url: /doc_generating_pdfsx.html
|
url: /doc_generating_pdfs.html
|
||||||
audience: writers, designers
|
audience: writers, designers
|
||||||
platform: all
|
platform: all
|
||||||
product: all
|
product: all
|
||||||
@ -280,7 +280,7 @@ entries:
|
|||||||
version: all
|
version: all
|
||||||
|
|
||||||
- title: Help APIs and UI tooltips
|
- title: Help APIs and UI tooltips
|
||||||
url: /doc_help_api.html
|
url: /doc_help_apis.html
|
||||||
audience: writers, designers
|
audience: writers, designers
|
||||||
platform: all
|
platform: all
|
||||||
product: all
|
product: all
|
||||||
|
@ -33,7 +33,7 @@ Here the `configs/config_writers.yml` file is used instead of `_config.yml`. The
|
|||||||
|
|
||||||
If you don't want to enter the long Jekyll argument every time, with all your configuration details, you can create a shell script and then just run the script. This theme shows an example with the doc_multibuild_web.sh file in the root directory.
|
If you don't want to enter the long Jekyll argument every time, with all your configuration details, you can create a shell script and then just run the script. This theme shows an example with the doc_multibuild_web.sh file in the root directory.
|
||||||
|
|
||||||
My preference is to add the scripts to profiles in iTerm. See {{site.data.urls.doc_iterm_profiles}} for more details.
|
My preference is to add the scripts to profiles in iTerm. See {{site.data.urls.doc_iterm_profiles.link}} for more details.
|
||||||
|
|
||||||
## Stop a server
|
## Stop a server
|
||||||
|
|
||||||
|
@ -29,4 +29,4 @@ See [Collections in the Jekyll documentation](http://jekyllrb.com/docs/collectio
|
|||||||
|
|
||||||
## How to use collections
|
## How to use collections
|
||||||
|
|
||||||
I haven't found a huge use for collections in normal documentation. However, I did find a use for collections in generating a tooltip file that would be used for delivering tooltips to a user interface from text files in the documentation. See {{site.data.urls.doc_help_api}} for details.
|
I haven't found a huge use for collections in normal documentation. However, I did find a use for collections in generating a tooltip file that would be used for delivering tooltips to a user interface from text files in the documentation. See {{site.data.urls.doc_help_api.link}} for details.
|
Reference in New Issue
Block a user