Tan Li Hau
1275005321
docs: reorganize siteConfig entry ( #436 ) ( #1027 )
2018-10-12 09:00:24 -07:00
Yangshun Tay
fe500dea82
fix: change subcategory format ( #1026 )
...
* fix: change subcategory format
* Fix sidebars
* Refactor
* Fix implementation
* Change format
2018-10-10 08:33:20 -07:00
Will Brock
954456088c
feat: sub-categories in sidebar.json ( #892 )
...
* Add ability to specify sub categories in sidebar.json
* move v1 files to correct place
* refactor implementation
* refactor naming for implementation clarity
2018-10-08 16:09:29 +08:00
Amy Lam
a364aa531c
Fix typo in Getting Started docs ( #1013 )
2018-10-01 22:41:08 -07:00
Marvin Heilemann
8568a96e65
Added option for client to include there own remarkable config ( #974 )
...
* Added option for client to include there own remarkable config
* Better use merge here
* Added lodash ...
* Change use of lodash to deepmerge and added description to api site
* markdownConfig -> markdownOptions
* Update api-site-config.md
* remove 1.4 docs change
since it is unrelated (the feature will only be available in next release)
* Run prettier
2018-09-20 15:00:59 +08:00
Eric Nakagawa
ac01fcf881
Merge pull request #936 from wszgxa/add-docker-support
...
Add docker support
2018-09-06 11:20:11 -07:00
Eric Nakagawa
3094afdce3
Rewrote some of the new Docker copy.
2018-09-06 11:13:13 -07:00
endiliey
b00b933ab9
docs nit
2018-09-06 01:59:16 +08:00
Ethan Marrs
4bc010bfcc
Fix minor documentation wording issue ( #945 )
...
* The phrase "It has no inherit meaning" should probably be "It has no inherent meaning".
2018-09-05 17:36:07 +08:00
Hilu luke
969399c6c5
Enable passing attributes to scripts and links ( #937 )
2018-09-03 15:46:55 -07:00
hiluluke
a1a26d1c2e
Add docker support document
2018-09-03 13:21:06 +08:00
Tirth Bodawala
2cbfeffd81
Add support for Web App Manifest in siteConfig ( #934 )
...
* Add support for Web App Manifest in siteConfig
* Update api-site-config.md
* Update api-site-config.md
2018-09-02 10:25:15 -07:00
Shubham Bansal
1a572757f1
feat: last updated time in docs ( #913 )
...
* Adding last updated time for docs
* Making file path general and other suggested changes
* Checking if time returned is null due to absence of git or some other issue
* Adding option to enable/disable update time feature and test-doc
* Adding simple unit tests for getGitUpdateTime()
* nits & rewrote failing test
* consistent test naming
* Adding optional updateEnableTime in documentation
* package-lock & yarn.lock
2018-08-29 21:15:18 +08:00
Laxman
cfabaedc99
Fix: conflicting strings issue in translations ( #917 )
...
* Fix conflicting strings issue in translations
* Preserve structure of `customTranslations`
* Use `deepmerge` to merge whole of `localized-strings`
* Simplify and make deep property access on an object safe
* Fix deep property accessor and rename it to idx
2018-08-29 00:04:02 +08:00
Joel Marcey
92f95df934
Update guides-translations.md for CircleCI 2.0
...
Ref: #350
2018-08-20 10:48:05 -07:00
Apurav Chauhan
acd4f3f984
Update getting started page to be more intuitive ( #900 )
...
* Updating step 2 to be more intuitive
Use of word Github is very confusing. When starting, most of devs wont have an existing github repo. And normally not everyone will be using Github. Since devs will be following this step by step: we need to stress on telling them to create a new or use existing local project folder which may or may not be a github repo.
* Update getting-started-installation.md
2018-08-13 01:29:45 -07:00
Yangshun Tay
d2b30dc3ed
Revert "Add ability to specify sub categories in sidebar.json ( #891 )"
...
This reverts commit 16087b4428 .
2018-08-06 18:58:54 -07:00
Will Brock
16087b4428
Add ability to specify sub categories in sidebar.json ( #891 )
2018-08-06 18:58:48 -07:00
Carol Willing
dd9d05c84d
Clarify content in the site prep doc ( #889 )
2018-08-05 20:05:15 -07:00
Carol Willing
29e71ebf53
Update installation doc ( #888 )
...
* Update installation doc
* add short phrase
2018-08-05 15:45:24 -07:00
John Reese
75538395be
Fix table of contents documentation typo ( #873 )
2018-07-27 11:07:56 +07:00
Fabrizio Ferri-Benedetti
a60fe1c052
Improve baseUrl documentation with an example ( #863 )
...
* Update with GH Enterprise instructions for baseUrl
* Update api-site-config.md
* simplify wordings
2018-07-20 22:33:27 +07:00
Steve Hook
22f3a85a49
add documentation regarding usage of nested docs + git ignore .idea ( #860 )
...
* add documentation regarding usage of nested docs + add .idea in .gitignore
* Remove 1.3.3, move to navigation & simplify wording
* add documentation for docusaurus >= v1.2.0 a well
2018-07-19 16:07:32 +07:00
Endilie Yacop Sucipto
aa1f82649c
Search correct language and version for Docusaurus ( #859 )
2018-07-18 17:39:04 +07:00
Yangshun Tay
1094dbd352
CSS revamp - Improve typography and overall styling ( #757 )
...
* Improve CSS code
* Fix blog layout
* Fix
* Refactor onPageNav
* More fixes
* Fix docs nav
* Use alternative hack
* Tweak clearfix
2018-06-19 21:46:15 -07:00
Andrey Rublev
850e3003ca
[docs] add note about babel cache to upgrade guide ( #778 )
...
for details see https://github.com/facebook/Docusaurus/issues/759
2018-06-15 10:32:35 -07:00
Jonathan Ingram
58fba70dea
Add config option for setting title of the blog sidebar ( #770 )
...
* Allow controlling the title of the blog sidebar
* Update guides-blog.md
2018-06-15 00:08:34 -07:00
=^._.^=
62a2c7c1a5
Add option to disable live reload server during development ( #766 )
...
* add option to disable live reload server
* change live to watch, fix incorrect argument parsing code
* Update api-commands.md
2018-06-14 23:51:03 -07:00
Joel Marcey
608e2c85a2
Move custom translation strings to its own file ( #775 )
2018-06-14 17:25:29 -07:00
Gustavo Henke
fd9a3ffb6d
Cross repo publishing ( #764 )
2018-06-14 16:03:37 -07:00
Joel Marcey
de8da1ca54
Better bash formatting for updating Docusaurus
2018-06-11 17:46:58 -07:00
Joel Marcey
7281c5632b
More details on updating Docusaurus for a site
2018-06-11 16:53:04 -07:00
Joel Marcey
902db36edb
Fix broken search guide formatting
2018-06-10 17:37:43 -07:00
Tim Kelly
976df54419
Add back information about extra search options ( #756 )
...
I added back information about extra search options for Algolia. A previous commit removed the section about extra search options, but it appears the information might actually be useful.
2018-06-10 17:32:04 -07:00
Endilie Yacop Sucipto
c47af6be4b
Enable custom meta description for custom pages ( #752 )
2018-06-10 09:35:30 -07:00
Yangshun Tay
18c01327a3
Reformat, proofread and tidy up docs ( #749 )
2018-06-10 08:02:04 -07:00
Yangshun Tay
ffe782a669
Remove outdated restriction for docs nesting ( #746 )
2018-06-10 01:21:06 -07:00
Endilie Yacop Sucipto
c8bc00a3a7
Enable using Prism for syntax highlighting ( #735 )
...
* Enable user to use prism.js as syntax highlighter
* add package-lock
* if 'usePrism' is true, use prismjs on all languages
* don't get lang by hljs if use prism
* Update api-site-config.md
* Update api-doc-markdown.md
* only load prism css when usePrism is true
2018-06-09 11:38:01 -07:00
vacarsu
16da2fdbf6
Update getting-started-installation.md ( #742 )
...
* Update getting-started-installation.md
Add minimum yarn version
* Add a period
* Update getting-started-installation.md
2018-06-08 17:09:34 -07:00
Endilie Yacop Sucipto
d04b3ca87b
Enable sub-directories in docs/ ( #705 )
2018-06-07 07:41:28 -07:00
Endilie Yacop Sucipto
31f0c27f81
Enable clean / extension-less url ( #677 )
2018-06-06 13:37:49 -07:00
Lespagnol Rémy
aee255219b
Add a scroll to top button siteConfig option ( #723 )
2018-06-06 12:34:32 -07:00
ranolf
2bd9a148c1
Support publishing to Github Enterprise hosting ( #689 )
...
* Added support for Github Enterprise GH Pages
* Fixed with prettier output
* Tweak
* Tweak
* Tweak
2018-06-02 15:59:29 -07:00
Endilie Yacop Sucipto
e91e648844
Add Travis CI guide ( #721 )
2018-06-02 11:25:13 -07:00
Endilie Yacop Sucipto
fa20c93d5c
Add documentation for setting title of custom pages ( #712 )
...
* add customtitle for page doc
* Update api-pages.md
* Update api-pages.md
2018-05-30 22:16:50 -07:00
Dongwoo Gim
5272944626
Fix typo error on `Tips & Tricks` ( #708 )
2018-05-28 21:17:30 -07:00
Yangshun Tay
454e3d359f
Update directory tree ( #696 )
2018-05-23 21:01:33 -07:00
Sébastien Loix
d14d3c2092
Add documentation about using development server behind a proxy #603 ( #688 )
...
* Add documentation to launch development server behind a proxy #603
* Update getting-started-installation.md
* Update getting-started-installation.md
2018-05-22 22:14:24 -07:00
Endilie Yacop Sucipto
aae106c018
Enable Facebook comments on blog posts ( #673 )
...
* Enable comment on blog post
* adjust css
* Tweak
2018-05-19 09:26:57 -07:00
Endilie Yacop Sucipto
f8521c2fe1
Enhance footer with Facebook and Twitter buttons ( #666 )
...
* enhance footer with social media buttons
* Update api-site-config.md
* Update Footer.js
* fix minor issue on social-footer
* update facebookAppId description in api-site-config
* rm heading & pad footer social button
* Update api-site-config.md
2018-05-17 21:26:06 -07:00
Endilie Yacop Sucipto
c730bc7bb7
Improve publishing guide on Github Pages ( #664 )
...
Docusaurus docs is confusing, it should be https://facebook.github.io/Docusaurus when referring to GitHub Pages URL, not the custom domain at https://docusaurus.io/
2018-05-15 18:55:42 -07:00
Joel Marcey
f315d02e58
Circle doc updates
2018-05-11 18:30:59 -07:00
Yangshun Tay
87a2392d6e
Make CLI docs futureproof ( #660 )
2018-05-10 20:52:04 -07:00
Ahmad Alfy
ab6bab9f8d
[Feature] Introducing image compression using imagemin ( #654 )
...
* Introduce imagemin for compressing images
* Replace original images with the optimized ones
* Add imagemin-svgo to dependencies
* Remove console statement, replace let with const
* Replace let with const
* Add --skip-image-compression
* Run Prettier
2018-05-09 16:59:36 -07:00
Erin Teo
5771549e75
Rename latestVersion to defaultVersion ( #639 )
...
* Rename lastVersion to defaultVersion
* Added defaultVersionShown to site-config doc
* Remove defaultVersionShown from siteConfig
* Update api-site-config.md
2018-05-05 17:24:39 -07:00
Matías Olivera
34d86f760b
Fix assets directory path in "Tips & Tricks" ( #630 )
2018-05-03 08:16:15 -07:00
SoonaMata
0d7af296b5
Update documentation, add link for SSH key ( #627 )
...
Came across issue with SSH and added the link to help other beginners who may have the same issue.
2018-05-02 14:06:56 -07:00
Tim Carry
5afc0b0a1c
Simplify DocSearch documentation ( #624 )
...
* Simplifying DocSearch documentation
I slightly rewrote the DocSearch documentation. The main three points are:
- I explained a bit more how DocSearch works (trying to explain that it's an external service that requires the website to be online)
- I removed mentions to the _search_ API key as in that case, it's always a _search_ (as opposed to _admin_) API key that is used
- I removed the part about faceting on the version. I thought it was confusing as without a specific UI to display the faceting, this won't do much. To use it properly, one will need to dig more into layouts. I might submit a PR about that later, but as it was today I think it would just create confusing rather that adding value
Hope that helps :)
* Make links URLs inline
2018-05-02 08:27:17 -07:00
Amit Harlev
a7b65bb6f4
Incorrect file path for netlify publishing ( #622 )
...
I tried following the guide to publish my website on Netlify (on April 29, 2018), however it did not work until I changed the path to include "website/".
2018-04-29 14:13:17 -07:00
Fabrizio Ruggeri
976ae770b5
Allow Google Analytics to use gtag.js ( #601 )
...
* Moved google analytics script to head
The code now uses the new gtag script to track the website on google analytics.
The migration is explained [here](https://developers.google.com/analytics/devguides/collection/gtagjs/migration ).
This will help to solve issues such as #375 .
As indicated at https://support.google.com/analytics/answer/1008080
the analytics code must be placed in the head tag, so it is moved there.
* Add a boolean to use the new gtag library
* Update api-site-config.md
2018-04-29 10:44:11 -07:00
Yangshun Tay
a9a39817d4
Use proper syntax highlighting for code blocks ( #615 )
...
* Better syntax highlighting
* Better syntax highlighting
2018-04-27 22:51:38 -07:00
Yangshun Tay
327ef85770
Improve directory file tree ( #614 )
2018-04-27 22:47:14 -07:00
Darragh Grace
91897191b6
Adding info for Hosting Static HTML Pages due to recent css changes ( #611 )
...
Adding info for Hosting Static HTML Pages
2018-04-27 09:13:42 -07:00
Yangshun Tay
7ea0f5a8cf
s/Github/GitHub ( #608 )
2018-04-26 09:43:47 -07:00
Joel Marcey
6d2462e84a
Add docs for docs-based landing page
...
Fixes #459
2018-04-23 15:31:10 -07:00
Eric Nakagawa
4e575e9234
Documents `Blog Only` Mode and Netlify Hosting ( #595 )
...
* Documentation, newest: Add steps for hosting on Netlify
* Documents how to run a blog-only site
2018-04-23 13:45:02 -07:00
Long Mai
33d4e4a4ec
Simplify installation steps ( #519 )
...
* simplify installation steps
Since docusaurus-init is run seldomly, npx keeps it simpler,
and subsequent runs will be using the latest version.
Outdated provides more meaningful view of current and latest version
* add more doc on who can use npx
* Make yarn and npm commands more specific
2018-04-23 00:13:29 -07:00
huang.xinghui
aa32ff4a55
Add customize highlight.theme custom path support ( #517 )
...
* add themeUrl option to support custom theme file path
* Update api-site-config.md
2018-04-19 08:04:49 -07:00
Amy Lam
57cddb4d08
Allow customizing of blog author image URL documentation ( #577 )
...
* Rename authorImage to authorImageURL for clarity
Update documentation
* Fix typo
* Add documentation for authorImageURL
* Add support for authorImage
We will remove support for authorImage in favor of authorImageURL, after we remove authorImage from react-native-website
* Update guides-blog.md
* Update guides-blog.md
2018-04-17 23:15:27 -07:00
Joel Marcey
47d08bf1da
Update site config example in docs
2018-04-17 21:15:50 -07:00
Joel Marcey
e738bbd99e
Add `twitterImage` to siteConfig options ( #580 )
2018-04-17 21:04:39 -07:00
Amy Lam
f0197700c5
Add table to clarify versioning ( #573 )
2018-04-17 09:53:35 -07:00
Yangshun Tay
6d31fba043
Use code block for CompLibrary props ( #563 )
2018-04-14 13:24:41 -07:00
Kaveh Khorram
a9f8701456
Added HTML tables to documentation page to improve UX ( #514 )
2018-04-14 13:05:26 -07:00
Jason Gauci
6dd6ead19f
Add hide_title metadata that hides the title text on the top of the doc ( #540 )
2018-04-11 17:56:56 -07:00
Amy Lam
8e2717cfae
Cleanup code markdown in guides versioning ( #545 )
2018-04-11 00:04:07 -07:00
Joel Marcey
bc3eef1b00
Update siteConfig example and docs ( #544 )
2018-04-10 10:00:04 -07:00
Yangshun Tay
099875a01a
Display CompLibrary component in tabular format ( #537 )
2018-04-08 20:22:13 -07:00
Yangshun Tay
90d8e17158
Document className prop of GridBlock ( #536 )
2018-04-08 19:37:38 -07:00
Yangshun Tay
6500f9bacf
More doc improvements ( #532 )
...
* Generic doc improvements
* Convert to Markdown
* Remove whitespace
* More typo fixes
2018-04-07 21:16:29 -07:00
Amy Lam
c2cd169b64
Add alt tags to images for a11y ( #529 )
...
- Add imageAlt to GridBlock
- Set alt equal to `user.caption` for mapped users
- Set alt equal to `post.author` for blog posts
- Update documentation
2018-04-07 19:13:12 -07:00
Yangshun Tay
632ccfb8cd
Fix typo and formatting in docs ( #523 )
2018-04-03 18:51:51 -10:00
Joel Marcey
b6c6c2e4b8
colon in publishing example
2018-03-19 15:28:36 -07:00
Joel Marcey
1345504544
Publishing example indentation
2018-03-19 14:56:10 -07:00
b-morawiec
7080a49580
Typo -- "typeing" ( #510 )
2018-03-18 19:44:55 -07:00
Joel Marcey
ad94258334
Discuss how to update Docusaurus
2018-03-16 12:55:08 -07:00
Joel Marcey
f41b207333
Update CircleCI info
...
Show how you can make it so CircleCI only runs when a commit is directly made to the `master` branch.
2018-03-16 12:38:19 -07:00
Joel Marcey
e798618ed2
Document node and yarn requirements.
2018-03-15 07:21:51 -07:00
Joel Marcey
ce4d2f02b2
Add link to Facebook Pixel page
2018-03-14 18:05:17 -07:00
Pablo Estevez
508090377e
Add Facebook Pixel ID setting ( #507 )
2018-03-14 18:01:23 -07:00
Joel Marcey
7c0651649c
Docs for secondary navigation
2018-03-12 17:16:06 -07:00
Joel Marcey
d2f414c5d3
Add more docs for Algolia
2018-03-12 16:49:21 -07:00
Joel Marcey
6fe7621d05
Update headers in search docs
2018-03-12 16:30:30 -07:00
Joel Marcey
f1893d5fea
Add secondary, page-specific navigation documentation ( #498 )
...
And enable for docusaurus.io
2018-03-12 16:27:37 -07:00
ashley teoh
7647ba3484
Updating documentation for CircleCI 2.0 ( #491 )
2018-03-08 12:45:57 -08:00
Joel Marcey
1add5dcbb2
Update translation docs
...
Do not integrate `CROWDIN` variables within `package.json`
2018-03-08 11:45:34 -08:00
Joel Marcey
e48b6bbf66
Rearrange and provide more information for translations
2018-03-08 11:10:47 -08:00
Miralem Drek
a8d7299ef2
Add `ogImage` to site-config docs ( #487 )
...
Fixes #451
2018-03-07 13:10:32 -08:00
Elian Ibaj
48ee457ec9
Add active link classes to site navigation menu ( #463 )
2018-03-04 08:53:31 -08:00
Joel Marcey
f093790947
Add `blogSidebarCount` to the site config Docs ( #480 )
2018-02-28 16:32:59 -08:00
Justin Musgrove
f79cfaa3a1
Fix broken link to site-config ( #453 )
2018-02-16 20:59:34 -08:00
Joel Marcey
9931ed86d2
A bit more clarifcation on the install and prep pages ( #446 )
2018-02-12 18:13:26 -08:00
Agastya Darma
c8781bedce
Move verifying Installation section to Installation doc ( #435 )
2018-02-12 18:04:17 -08:00
Glavin Wiechert
41750667cd
Allow edit URL to be customized with doc metadata ( #443 )
2018-02-11 16:43:37 -08:00
larsville
546cc8c7c5
Update api-doc-markdown.md ( #440 )
...
remove superfluous apostrophes
2018-02-10 21:10:12 -08:00
Ozan Araz
0da690db57
Organize siteConfig.js options documentation page better #436 ( #437 )
2018-02-06 08:03:50 -08:00
Joel Marcey
6dc282221a
Clarify publishing to a user or organization page ( #434 )
2018-02-03 19:03:34 -08:00
Eric Nakagawa
dfb70e1829
Allow controlling number of blog posts in Recent Blogs sidebar. ( #432 )
...
New feature. Allow controlling number of blog posts in Recent Blogs sidebar. Can have qty or ALL.
2018-02-02 08:11:51 -08:00
Joel Marcey
62893dfe28
Add some more information around wrapPagesHTML ( #426 )
2018-01-31 19:53:50 -08:00
Joel Marcey
edbb869e26
Add more details on configurable fonts ( #409 )
2018-01-21 20:10:04 -08:00
jonathan-cowling
a241a46669
Make font-family as configurable parameter( #220 ) ( #294 )
...
We look for fonts object within siteConfig.js
2018-01-21 19:54:52 -08:00
Hayden Evans
e0704d0f55
Correct typo in getting-started-installation.md ( #405 )
...
Change
> Docusaurus was designed from the ground up to be easily installed and used to get your website up **an** running quickly.
to
> Docusaurus was designed from the ground up to be easily installed and used to get your website up **and** running quickly.
2018-01-19 18:56:04 -08:00
Joel Marcey
1d967a941c
Add section on referencing documents ( #394 )
...
Closes #240
2018-01-11 16:36:56 -08:00
Cheng Lou
00270c26a7
i18n: use zh-TW and zh-CN over zh-Hant and zh-Hans ( #377 )
...
Both crowdin and docsearch i18n configs use TW and CN over Hant and Hans. This should reduce some config confusions.
cc @ericnakagawa. Also, apparently you're working on algolia search i18n?
2018-01-11 15:40:53 -08:00
Filip Danić
65085b1337
document changes from PR #206 (as per issue #212 ) ( #380 )
2018-01-08 08:22:46 -08:00
Joel Marcey
8e5b5c9f0f
Update publishing docs and API information ( #372 )
...
Some environment variables can be set by the CircleCI build itself
Document `USE_SSH`
2018-01-03 17:03:14 -08:00
Joel Marcey
7b13b75695
Updated publishing documentation to make to check write access for user
2018-01-03 13:54:54 -08:00
Thomas Gratier
5805149eff
Remove uneeded run in syntax to run local server ( #354 )
2017-12-27 14:39:28 -08:00
Átila Camurça Alves
e6a1844299
Update getting-started-installation.md ( #331 )
...
instruction to run local `docusaurus-init` via `npx`
2017-12-20 11:49:47 -08:00
Ricky Vetter
d79ff9eaf0
add docs for wrapPagesHTML ( #332 )
2017-12-20 10:35:50 -08:00
Lachlan Campbell
0a9aa41538
Fix form of its ( #329 )
2017-12-20 07:32:07 -08:00
Thomas Broadley
b5fefcc676
docs: fix typos ( #327 )
2017-12-19 21:39:18 -08:00
Joel Marcey
83e8802d01
Add description for useEnglishUrl
2017-12-19 21:35:24 -08:00
azu
e865ed88a0
Fix broken or redirected links ( #302 )
2017-12-17 16:44:07 -08:00
Joel Marcey
731251172e
Version docs should say run `examples versions`
2017-12-16 16:33:50 -08:00
Joel Marcey
317fa99572
Add social buttons at the bottom of blog posts.
...
Also, update the siteConfig api docs
2017-12-13 20:10:27 -08:00
Eric Nakagawa
fd835116ee
Add dummy siteConfig.js for deploying, fixed indendation on publishing file ( #285 )
2017-12-13 15:59:43 -08:00
Joel Marcey
d33489cf16
Update example URLs
2017-12-13 15:37:46 -08:00
Joel Marcey
be1ea72237
Add About Slash page ( #282 )
...
It will show up in the header as "About/" :)
2017-12-13 15:27:35 -08:00
Héctor Ramos
11029cf02d
Update build script ( #272 )
...
* Copy dot files if present in the static folder, and add .circleci config to Docusaurus site
* Update docs
2017-12-11 16:32:05 -08:00
Héctor Ramos
85e2c87124
Document how to tell Circle to ignore commits to gh-pages ( #270 )
2017-12-08 15:47:03 -08:00
Joel Marcey
ef6f550700
Replace facebookexperimental with facebook ( #266 )
...
Moving to the facebook GitHub org
2017-12-07 10:52:12 -08:00
Joel Marcey
6772926572
Update publishing docs in lieu of #250
2017-12-04 09:15:41 -08:00
Héctor Ramos
31b70f053c
Update docusaurus-publish ( #250 )
...
* Update publish script to allow configuration via siteConfig.js file, as well as non-CircleCI env vars
* Use || instead of |
2017-12-04 09:15:32 -08:00
Joel Marcey
70bd56eb93
Update translations guide
2017-11-17 14:38:37 -08:00
Joel Marcey
16aa42a705
Allow deploying docs from a branch other than `master`
...
Still have to deploy to `gh-pages`
2017-11-17 14:26:08 -08:00
Joel Marcey
59d5b58aa5
Update the publishing documentation
2017-11-17 14:04:47 -08:00
Christine Abernathy
76c1dace46
Fix for consistency and completeness ( #229 )
...
* Fixes for consistency
* Update for creating example versions page
2017-11-15 12:13:37 -08:00
Christopher Chedeau
c407cdf96f
Enable stylesheets as a parallel to scripts ( #225 )
...
* Enable stylesheets as a parallel to scripts
Also moves the scripts above the custom stylesheet to follow the comment :)
* Update api-site-config.md
2017-11-13 17:54:24 -08:00
Eric Nakagawa
8d14f8fb02
Merge pull request #217 from JoelMarcey/custom-docs-subdir
...
Allow custom path for the location of documentation
2017-11-13 13:50:39 -08:00
Christine Abernathy
522e59d739
Add cname to config doc ( #222 )
2017-11-10 15:00:53 -08:00
Joel Marcey
53265c2d15
Update navigation and sidebar docs ( #216 )
2017-11-09 11:12:45 -08:00
Joel Marcey
e273dfc13b
Allow the docs not to just be in a folder called `docs`
...
Also:
- regex escaping
- update api documentation
2017-11-09 09:55:26 -08:00
Joel Marcey
9f32a28d32
Update custom pages document ( #214 )
2017-11-08 18:40:30 -08:00
Joel Marcey
592c4fc54f
Update publishing a site docs ( #211 )
2017-11-08 18:40:15 -08:00
Christine Abernathy
4a198ae5b2
Specify crowdin.yaml location ( #215 )
...
Minor update to specify where crowdin.yaml is located
2017-11-08 16:38:48 -08:00
Joel Marcey
ab169640d4
Update site creation docs ( #204 )
2017-11-01 09:48:28 -07:00
Joel Marcey
1324ddfa47
Update site preparation docs ( #203 )
2017-11-01 09:48:14 -07:00
Joel Marcey
8123acf2d1
Update installation documentation to use the init script ( #200 )
2017-10-31 09:23:48 -07:00
Héctor Ramos
09354ab738
[BREAKING] Rename Marked to MarkdownBlock ( #162 )
...
* Switch to Remarkable
* Clean up references to custom code blocks
* Remove valdiateDOMNesting warning
* Add syntax highlighting
* Add Reason support
* Breaking change: prismColor to codeColor, remove CompLibrary.Prism, expose hljs
* Completely remove Prism and associated CSS rules
* Support loading plugins and scripts
* Remove CSS rules, allowing Highlight.js theme to be used entirely
* Remove unnecessary webplayer script
* Rename Marked to MarkdownBlock
* Rename Marked to MarkdownBlock
* Remove Marked.js
2017-10-30 15:47:13 -07:00