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
Alexey Pyltsyn
f10304dd11
fix(v2): adjust margin after content title ( #4900 )
2021-06-03 19:46:55 +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
Alexey Pyltsyn
1349ece883
fix(v2): escape HTML entities in user tags attributes ( #4894 )
2021-06-03 14:52:13 +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
Alexey Pyltsyn
0417ab9532
fix(v2): use frontmatter title at first for paginated links ( #4859 )
2021-06-02 17:02:48 +02:00
Alexey Pyltsyn
d72f760e4d
refactor(v2): remove sidebar_label filed from doc metadata file ( #4863 )
2021-06-02 16:52:41 +02:00
Alexey Pyltsyn
644f148a8b
fix(v2): remove Markdown heading id from excerpt ( #4862 )
2021-06-02 16:20:53 +02:00
Alexey Pyltsyn
d2e4e60cd5
refactor(v2): make little better doc details info UI ( #4865 )
2021-06-02 16:19:41 +02:00
Alexey Pyltsyn
15d451942c
refactor(v2): make even better SSR error notify and add tip ( #4875 )
2021-06-02 15:58:59 +02:00
Alexey Pyltsyn
35b1941a0b
fix(v2): unbreak adding of custom HTML metadatas ( #4871 )
...
* fix(v2): unbreak adding of custom HTML metadatas
* Correct solution
* Update website/docusaurus.config.js
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
2021-06-02 12:20:32 +02:00
Alexey Pyltsyn
1decd6f801
refactor(v2): output URL to console only if it has changed ( #4866 )
2021-05-29 18:18:43 +08:00
Alexey Pyltsyn
dc0336a34f
chore(v2): update @docsearch/react ( #4867 )
2021-05-29 11:37:13 +03:00
Alexey Pyltsyn
a9343a1916
fix(v2): adjust padding for custom search box location ( #4856 )
2021-05-28 11:01:26 +03:00
Alexey Pyltsyn
5bc0209f56
chore(v2): update Infima to v0.2.0-alpha.24 ( #4855 )
2021-05-28 10:58:23 +03:00
Alexey Pyltsyn
ff31de0ff6
chore(v2): unlock prism-react-renderer version ( #4834 )
2021-05-21 22:55:51 +03:00
Alexey Pyltsyn
8f13981d60
fix(v2): bump cssnano packages ( #4833 )
2021-05-21 22:24:50 +03:00
Alexey Pyltsyn
56b6b01cd1
fix(v2): pin prism-react-renderer version to 1.1.1 ( #4830 )
2021-05-21 17:48:36 +03:00
Lior Heber
db6f5ce729
fix(v2): Amend Hebrew translations ( #4819 )
...
Co-authored-by: liorheber <heber.lior@google.com>
2021-05-20 11:03:41 +02:00
Alexey Pyltsyn
6392f88bb6
chore(v2): upgrade dependencies ( #4816 )
2021-05-19 10:11:53 +02:00
nirtamir2
2cd9fd6e27
fix(v2): Fix Hebrew translations ( #4815 )
...
* Update he.json
Change "2" form of plural type to not include 2 number in hebrew
* change Hebrew translation
2021-05-19 10:08:06 +02:00
Nam Hoang Le
1ab8aa0af8
fix(v2): improve dx sidebar config, ability to have no sidebars file ( #4775 )
...
* Improve sidebar config
* Edit message
* fix some little issues in the way undefined/false sidebars are handled
* remove old error message as it has been moved to a better place
Co-authored-by: Nam Hoang Le <nam.hoang.le@mgm-tp.com>
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-05-18 18:27:46 +02:00
Nam Hoang Le
e85ec1ab12
refactor(v2): purify normalizeUrl ( #4814 )
...
Co-authored-by: Nam Hoang Le <nam.hoang.le@mgm-tp.com>
2021-05-18 17:57:39 +02:00
Nam Hoang Le
fa7aa08100
feat(v2): improve DocFrontMatter schema validation ( #4796 )
...
Co-authored-by: Nam Hoang Le <nam.hoang.le@mgm-tp.com>
2021-05-18 16:14:09 +02:00
Alexey Pyltsyn
0360364570
fix(v2): do not focus on skip link if page refreshed ( #4797 )
...
* fix(v2): do not focus on skip link if page refreshed
* rename ref
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-05-18 15:55:11 +02:00
Sébastien Lorber
ab19070ab5
feat(v2): Add hebrew theme translations ( #4811 )
2021-05-18 15:22:38 +02:00
Alexey Pyltsyn
d2a455992d
fix(v2): fix minor a11y issue with headings ( #4792 )
2021-05-18 14:41:30 +02:00
Alexey Pyltsyn
be9f9d6df7
refactor(v2): remove transition on body element ( #4795 )
2021-05-18 14:38:13 +02:00
Alexey Pyltsyn
b561679fd4
fix(v2): unbreak enhanced width of doc item wrapper ( #4793 )
2021-05-18 12:56:09 +02:00
Alexey Pyltsyn
c0b8e9116a
chore(v2): update sharp to 0.28.2 ( #4806 )
2021-05-18 09:53:04 +02:00
PsychTech
73c24ecdcb
feat(v2): add theme Danish translation ( #4798 )
2021-05-17 19:34:57 +02:00
besemuna
69be003e12
feat(v2): allow config plugins as function or [function,options] ( #4618 )
...
* feat : update PluginSchema validation
* feat : update plugin init functionality
* test : add and update tests
* fix : tests
* refactor : init.ts
* test : update test
* docs : add functional plugin docs
* fix little issues
* refactor : refactor code
* minor refactors
* simplify initPlugins code
* simplify initPlugin + add custom validation error message
* fix snapshots
* improve function plugin doc
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-05-15 19:33:05 +02:00
Nam Hoang Le
e092910627
fix(v2): improve BlogPostFrontMatter schema validation ( #4759 )
...
* fix(v2): improve BlogPostFrontMatter schema validation
* Edit doc
* Add deprecate warning message
* minor changes, disable warnings temporarily
* only disable warnings + fix frontmatter date type
Co-authored-by: Nam Hoang Le <nam.hoang.le@mgm-tp.com>
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-05-14 18:52:51 +02:00
Sébastien Lorber
01adf25b0f
chore(v2): TypeScript, use isolatedModules ( #4790 )
...
* Use isolatedModules
* better solution for useDocs?
* fix blog-only mode
* fix bad useDocs import
2021-05-14 15:36:55 +02:00
Sam Zhou
3548686f59
feat(v2): Allow customization of js loader, replace babel by esbuild in Docusaurus website ( #4766 )
...
* feat(v2): Allow customization of js loader
* Change API
* use esbuild for Docusaurus website
* Enable isolatedModules: true
* Revert "Enable isolatedModules: true"
This reverts commit e656c350
Co-authored-by: slorber <lorber.sebastien@gmail.com>
2021-05-14 11:30:34 +02:00
Sébastien Lorber
c8812cf3b5
fix(v2): transpile libs with too recent syntax with babel ( #4789 )
2021-05-14 10:21:52 +02:00
Sébastien Lorber
dd8d650900
fix(v2): update notifier should never suggest to downgrade ( #4784 )
...
see https://github.com/yeoman/update-notifier/pull/192
2021-05-13 14:31:37 +02:00
Sébastien Lorber
85cf1be79a
docs(v2): Docusaurus 2 beta blog post ( #4756 )
...
* draft
* draft
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* update draft
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-11-releasing-docusaurus-beta.md
* update draft post
* link to testimonials collection
* remove alpha mention in doc
* Update website-1.x/blog/2021-05-12-announcing-docusaurus-two-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-12-announcing-docusaurus-two-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-12-announcing-docusaurus-two-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
* Update website-1.x/blog/2021-05-12-announcing-docusaurus-two-beta.md
Co-authored-by: Joel Marcey <joelm@fb.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Joel Marcey <joelm@fb.com>
2021-05-12 16:08:07 +02:00
Sébastien Lorber
7e4d7671c8
chore(v2): prepare v2.0.0-beta.0 release ( #4774 )
...
* beta.0 version docs + changelog
* fix config for beta switch
* v2.0.0-beta.0
2021-05-12 16:07:15 +02:00
Rodrigo Moreno
b995b0742a
feat(v2): add es translations for docusaurus-theme-classic ( #4762 )
2021-05-11 11:03:29 +02:00
Forresst
35e17ef129
fix(v2): improve french translation for theme-classic ( #4750 )
2021-05-07 11:02:43 +02:00
Sébastien Lorber
a79c70c954
fix(v2): fix encoding of markdown image/file inline file-loaders ( #4736 )
...
* try to reproduce windows edge case due to file encoding
* mdx loader => required file paths should be escaped
* revert bad change
* try to fix posix path issues
* try to fix posix path issues
* attempt to fix the file-loader edge cases with non-ascii chars
* Add more example image edge-cases
2021-05-06 16:48:20 +02:00
Nam Hoang Le
404b4dba8b
fix(v2): markdown title parser should ignore all forms of MDX import statements ( #4735 )
...
Co-authored-by: Nam Hoang Le <nam.hoang.le@mgm-tp.com>
2021-05-06 11:50:21 +02:00
Nam Hoang Le
8c39826496
fix(v2): optimize markdown parser regex ( fix #4726 ) ( #4729 )
...
* fix(v2): optimize markdown parser regex
* Change test description
Co-authored-by: Nam Hoang Le <nam.hoang.le@mgm-tp.com>
2021-05-05 19:47:29 +02:00