Joshua Chen
3d95a3e6b1
docs(v2): add documentation about importing code files ( #4974 )
...
* Add documentation about importing code files
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
* Add warning about breaking API change
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
* Update website/docs/guides/markdown-features/markdown-features-react.mdx
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-06-15 18:38:28 +02:00
Sébastien Lorber
9fe79caadc
polish(v2): url-subpath config validation warning ( #4977 )
2021-06-15 18:18:12 +02:00
Alexey Pyltsyn
dfe32dac9e
fix(v2): improve accessibility of code blocks ( #4943 )
2021-06-15 16:28:41 +02:00
Alexey Pyltsyn
52f19e15f0
refactor(v2): remove extra padding from doc item container ( #4945 )
2021-06-15 16:15:54 +02:00
Sébastien Lorber
9efa550cd5
docs(v2): mention to install the algolia package in search doc ( #4976 )
2021-06-15 16:14:03 +02:00
Alexey Pyltsyn
208c089835
fix(v2): respect base url in RSS feeds ( #4962 )
2021-06-15 15:33:41 +02:00
Alexey Pyltsyn
57cf20933e
feat(v2): add icon to external navbar links ( #4949 )
...
* feat(v2): add icon to external navbar links
* use isInternalUrl
* Remove demo link
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-06-15 14:45:53 +02:00
Alexey Pyltsyn
ace285b3b5
fix(v2): avoid duplicated imports in npm2yarn plugin ( #4964 )
...
* fix(v2): avoid duplicated imports in npm2yarn plugin
* Better testing
2021-06-15 14:43:23 +02:00
Alexey Pyltsyn
c8b9061f6c
refactor(v2): improve semantic doc sidebar markup ( #4940 )
...
* refactor(v2): improve semantic doc sidebar markup
* Fixes
2021-06-15 12:45:29 +02:00
Joshua Chen
e2acda64f8
feat(v2): add code block theming in init template ( #4968 )
...
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
2021-06-15 12:23:55 +02:00
Joshua Chen
02b512c2cf
docs(v2): add documentation about importing markdown ( #4958 )
...
* Add documentation about importing markdown
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
* Update website/docs/guides/markdown-features/markdown-features-react.mdx
* Run prettier
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-06-15 12:20:53 +02:00
Alexey Pyltsyn
e25c0e7d3f
refactor(v2): include path in error about non-existent ids ( #4969 )
2021-06-15 12:06:48 +02:00
Sébastien Lorber
737f80a026
fix(v2): sidebar_label should be used to compute next/previous button labels ( #4970 )
...
* sidebar_label should be used to compute next/previous button texts, as documented.
* improve docs frontmatter doc
* use a little bit of destructuring
2021-06-15 12:04:29 +02:00
Sébastien Lorber
aeb8e9da51
fix(v2): sitemap plugin should handle siteConfig.trailingSlash automatically ( #4950 )
...
* create new @docusaurus/utils-common and move applyTrailingSlash there
* sitemap plugin should handle siteConfig.trailingSlash automatically
* typo
2021-06-14 20:04:39 +02:00
Alexey Pyltsyn
4e5f0febb9
misc: disable google-gtag plugin in Netlify deploys ( #4951 )
2021-06-14 19:46:50 +02:00
e271828-
d2a5be8bd5
docs(v2): Add hCaptcha.com Docs to Showcase ( #4957 )
...
* Add hCaptcha.com Docs
* Add files via upload
2021-06-14 19:09:32 +02:00
Alexey Pyltsyn
8629fbdc77
refactor(v2): improve semantic blog sidebar markup ( #4961 )
2021-06-14 19:04:58 +02:00
Pablo Vidal
8d3e52f803
docs(v2): update Awe framework site showcase ( #4963 )
...
We add i18n feature in Awe framework doc website
2021-06-14 14:56:38 +03:00
Ben Rometsch
03ac9c2134
docs(v2): add Flagsmith to showcase ( #4953 )
...
* Added docs.flagsmith.com
* Flagsmith image
* Update users.js
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2021-06-13 10:01:37 +03:00
Sébastien Lorber
aff848e875
chore: lockfile cleanup ( #4944 )
...
* lockfile cleanup
* temp fix eslint header/header issue in CLI: https://github.com/Stuk/eslint-plugin-header/issues/39
2021-06-10 16:12:19 +02:00
Pratyay Banerjee
4eb1b58fb0
feat(v2): theme default translations Bengali ( #4939 )
...
* init cleaning v1
• clean copy of base.json
Signed-off : <@Neilblaze>
* update 0.0.1
* update 0.0.2
* update 0.0.3 ~ final review
Added support for BN translations for package
signed off : @Neilblaze <putubanerjee23@gmail.com>
2021-06-10 15:32:29 +02:00
Alexey Pyltsyn
2913bd0fdf
fix(v2): tidy up Markdown page layout ( #4917 )
2021-06-10 15:22:34 +02:00
Arthur
fea24e586e
docs(v2): add info about tabs DefaultValue prop ( #4942 )
2021-06-10 15:04:32 +02:00
Sébastien Lorber
b835aecaec
chore: removal of Docusaurus v1 code from master (it is now available on docusaurus-v1 branch) ( #4902 )
2021-06-10 10:54:07 +02:00
Sébastien Lorber
df8a900f9c
feat(v2): add trailingSlash config option ( #4908 )
...
* POC: add trailingSlash option
* integrate the preferFoldersOutput option of fork @slorber/static-site-generator-webpack-plugin
* Fix broken links when using trailing slash => using md links is more reliable
* fix TS issue
* minor polish
* fix doc page being sensitive to trailing slashes
* Add tests for applyTrailingSlash
* rename test files
* extract and test applyRouteTrailingSlash
* update snapshot
* add trailing slash config to serve command
* fix getSidebar() => still sensitive to trailing slash setting
* never apply trailing slash to an anchor link
* Add documentation for trailingSlash setting
2021-06-09 19:59:39 +02:00
Alexey Pyltsyn
77264f1eb0
refactor(v2): make doc item layout more semantic ( #4903 )
...
* refactor(v2): make doc item layout more semantic
* Bring back div.markdown
2021-06-09 17:08:36 +02:00
Alexey Pyltsyn
a5d3d28ce6
fix(v2): respect baseUrl in serving command ( #4924 )
...
* fix(v2): respect baseUrl in serving command
* update yarnlock
* add lighter loadSiteConfig method
* suggest another implementation
* do the cleanup
* do the cleanup
* remove useless returns
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-06-09 17:06:07 +02:00
Alexey Pyltsyn
a024d23fda
refactor(v2): reduce vertical space in doc content container ( #4877 )
...
* refactor(v2): reduce vertical space in doc content container
* Avoid to utility class
* Fixes
2021-06-09 16:19:11 +02:00
Sébastien Lorber
6fe7c0cd6f
fix(v2): use yarn install --frozen-lockfile on CI
2021-06-09 15:18:07 +02:00
Alexey Pyltsyn
55e9bd8ac9
refactor(v2): remove type attribute from link and script tags ( #4907 )
...
* refactor(v2): remove type attribute from link and script tags
* minor TS fix
* stylesheets.type => optional
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-06-09 14:55:47 +02:00
Alexey Pyltsyn
d81d43c247
fix(v2): render children in BrowserOnly after client is ready ( #4935 )
...
* fix(v2): render children in BrowserOnly after client is ready
* Fix fallback issue
2021-06-09 13:41:57 +02:00
Alexey Pyltsyn
869f4bf206
fix(v2): fix minor a11y issues ( #4906 )
2021-06-09 13:33:08 +02:00
Alexey Pyltsyn
d0bbdd0535
refactor(v2): improve markup and styling on search page ( #4919 )
2021-06-09 13:30:01 +02:00
Alexey Pyltsyn
f71e83450f
refactor(v2): do not generate RSS files for empty feed ( #4905 )
2021-06-09 13:26:53 +02:00
Alexey Pyltsyn
526ce44933
refactor(v2): use SVG for external link icon ( #4914 )
2021-06-09 13:05:13 +02:00
Alexey Pyltsyn
df19bbd145
refactor(v2): replace strong with b in UI components ( #4916 )
2021-06-09 13:02:31 +02:00
Alexey Pyltsyn
2303d6557b
refactor(v2): hide decorative SVGs from screen readers ( #4926 )
2021-06-09 12:25:42 +02:00
Alexey Pyltsyn
ce0764033c
chore(v2): bump react-waypoint from 9.0.2 to 10.1.0 ( #4915 )
2021-06-07 19:40:06 +02:00
silva-nick
aebfc45627
docs(v2): fix typo in code block on Using plugins page ( #4910 )
2021-06-05 17:24:45 +03:00
Alexey Pyltsyn
f10304dd11
fix(v2): adjust margin after content title ( #4900 )
2021-06-03 19:46:55 +02:00
Alexey Pyltsyn
0cfdda81be
misc: optimize showcase images ( #4901 )
2021-06-03 19:37:10 +02:00
Jon Barker
0bdab02e20
docs(v2): add ClarityChallenge to showcase ( #4898 )
...
* Update users.js
Adding a new user - ClarityChallenge.
* Add files via upload
* Update users.js
Fixing url for source of claritychallenge user
2021-06-03 17:48:45 +02:00
Sébastien Lorber
57806798c5
fix(v2): fix contentTitle issues when markdown h1 title contains code blocks ( #4882 )
...
* attempt to fix contentTitle issues when markdown h1 title contains inline code blocks
* mention hide_title frontmatter only prevents frontmatter.title from being added in the dom (not a markdown # title in content)
* alwayss insert MainHeading under the div.markdown container for consistency
* ensure MainHeading has no useless id
* revert https://github.com/facebook/docusaurus/pull/4859 as it's now useless: docMeta.title contains the text/frontmatter title in priority over the contentTitle
* fix docs test after revert
* improve markdownParser and fix tests
* fix docs tests
* markdownParser: restore option to remove contentTitle (mostly for blog plugin)
* use removeContentTitle for blog
2021-06-03 17:45:19 +02:00
Alexey Pyltsyn
85e87b560e
refactor(v2): add exception handling if external command is fails ( #4870 )
...
* refactor(v2): add handle exception if external command is fails
* Use `unhandledRejection` event
2021-06-03 15:15:59 +02:00
Sébastien Lorber
f0d4d8dfc7
chore: fail CI if yarn.lock is modified on install ( #4897 )
2021-06-03 14:56:22 +02:00
Alexey Pyltsyn
1349ece883
fix(v2): escape HTML entities in user tags attributes ( #4894 )
2021-06-03 14:52:13 +02:00
phwt.smwt
0587d6d6e7
Fix incorrect link to plugin-ideal-image ( #4896 )
2021-06-03 12:20:59 +02:00
silva-nick
5e696a03bc
docs(v2): presets: fix typo in bootstrap preset ( #4893 )
2021-06-03 11:14:40 +02:00
Alexey Pyltsyn
a1c17c76e8
fix(v2): use aliased path for blog list sidebar file ( #4860 )
2021-06-02 20:02:28 +02:00
Alexey Pyltsyn
35bdde3409
fix(v2): allow relative sidebar path resolution in docs:version command ( #4861 )
...
* fix(v2): allow relative sidebar path resolution in docs:version command
* factorize sidebarPath option resolution logic + dogfood
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-06-02 18:21:45 +02:00