Skip to content
Permalink
master

Commits on Dec 31, 2020

  1. feat(v2): better error message for invalid plugin config (#3979)

    * test(v2): improve tests on validating plugins
    
    * fix(v2): make schema for plugins stricter
    
    * fix(v2): emit error if valid type of plugin is not found (#3934)
    9oelM committed Dec 31, 2020

Commits on Dec 30, 2020

  1. docs(v2): Add documentation for docs multi-instance support (#3978)

    * Add documentation for docs multi-instance support
    
    * Add documentation for docs multi-instance support
    slorber committed Dec 30, 2020
  2. docs(v2): nudge users to add site to showcase (#3977)

    - Add a "Add your site!" button
    - Add instructions to add a Docusaurus site to showcase
    - ignore prettier formatting errors (as edits are often done through Github interface)
    slorber committed Dec 30, 2020
  3. docs(v2): Reorganize/split the guides doc sections (#3975)

    * docs reorg
    
    * refactor docs/markdown features section
    
    * fix broken links after docs refactor
    slorber committed Dec 30, 2020
  4. docs(v2): Add AI-Speaker site to showcase page (#3976)

    * add AI-Speaker to users.js
    
    * add aispeaker.png to showcase
    
    * Update users.js
    
    Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
    asystentka-jolka and slorber committed Dec 30, 2020
  5. docs(v2): doc typo on sidebar admonition (#3974)

    slorber committed Dec 30, 2020
  6. fix(v2): fix multi-instance mdx loaders not sandboxed correctly (#3970)

    * another attempt to fix the multi-instance conflicts
    
    * try to fix windows build
    
    * cleanup + improve comment
    slorber committed Dec 30, 2020

Commits on Dec 29, 2020

  1. fix(v2): fix blog only contextual search (#3968)

    slorber committed Dec 29, 2020
  2. fix(v2): fix svg loader for CSS files (#3965)

    * bug(v2): fix svg loader for styles re #3964
    
    * ensure we only use SVGR loader in source code that can use React (ie not in CSS files)
    
    * fix test
    
    Co-authored-by: slorber <lorber.sebastien@gmail.com>
    apurvaojas and slorber committed Dec 29, 2020

Commits on Dec 28, 2020

  1. chore(v2): fix windows Jest tests (#3959)

    * test(v2): Fix docusaurus-utils tests for windows
    
    * test(v2): Fix plugin-client-redirects test
    
    - add the posixPath in writeRedirectsFiles.ts
    
    * test(v2): Fix plugin-content-pages test
    
    add posixPath in test and index
    
    * test(v2): add window test configuration
    
     - add the window test configuration in nodejs-windows.yml
    
    * test(v2): revert plugin-content-pages test fix
    
    * test(v2): Fix mdx-loader/transformImage test
    
    * test(v2): add cleanPath in transformImage test
    
    * fix version path tests for windows
    
    * make versionMetadata test work on Windows
    
    * try to fix posix/win32 path issues
    
    * attempt to fix windows test
    
    * try to make source alias less win32 sensitive
    
    * try to make source alias less win32 sensitive
    
    * try to make source alias less win32 sensitive
    
    * try to make source alias less win32 sensitive
    
    * try to make source alias less win32 sensitive
    
    * try to make source alias less win32 sensitive
    
    * specific jest config for windows
    
    * attempt to fix windows testing issue
    
    * attempt to fix windows testing issue
    
    * attempt to fix windows testing issue
    
    * attempt to fix windows testing issue
    
    * attempt to fix windows testing issue
    
    * attempt to fix windows testing issue
    
    * attempt to fix windows testing issue
    
    * remove bad cleanPath fn
    
    * try to fix windows tests
    
    * try to fix windows tests
    
    * blog: try to fix windows tests by using same logic as on docs plugin
    
    * try to fix windows tests
    
    * try to fix windows tests
    
    * try to fix windows tests
    
    * try to fix windows tests
    
    * improve the Github CI setup for windows: make jobs run in parallel
    
    * revert GH action change
    
    Co-authored-by: Sachin Kumar Rajput <skr571999@gmail.com>
    slorber and skr571999 committed Dec 28, 2020
  2. fix(v2): remove duplicate section on Versions page (#3960)

    lex111 committed Dec 28, 2020
  3. fix(v2): fix redirect toUrl (windows + trailing slash) (#3903)

    * replace \ with / when creating client redirect on windows
    
    * fix(vs): replace \ with / when creating client redirect on windows
    
    * redirects plugin: add createToUrl fn + tests
    
    * redirects plugin: add createToUrl fn + tests
    do not  add trailing  slash + try to fix windows path issues
    
    Co-authored-by: slorber <lorber.sebastien@gmail.com>
    saydo17 and slorber committed Dec 28, 2020
  4. docs(v2): update FB OSS logo (#3881)

    * docs(v2): update FB OSS logo
    
    * chore(v2): update FB OSS logo in init
    Simek committed Dec 28, 2020
  5. fix(v2): allow async/await in live code editor (#3954)

    * transforming async functions is not implemented by buble, so just bypassing it would relieve the pain for now
    9oelM committed Dec 28, 2020
  6. refactor(v2): fix debug plugin name (#3953)

    RDIL committed Dec 28, 2020
  7. docs(v2): Update deployment.mdx (#3950)

    Include documentation on environment variable needed for Enterprise GitHub Pages deployment.
    samhrncir committed Dec 28, 2020
  8. feat(v2): new docs edit options: editCurrentVersion + editLocalizedDo…

    …cs (#3949)
    
    * editCurrentVersion initial poc
    
    * ensure edit url allows to edit localized docs
    
    * Add editLocalizedDocs option
    
    * keep editing current version in dev (more convenient)
    slorber committed Dec 28, 2020

Commits on Dec 25, 2020

  1. docs(v2): fix invalid JS example (#3952)

    * Fix invalid json
    
    * Update sidebar.md
    
    Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
    oze4 and lex111 committed Dec 25, 2020

Commits on Dec 22, 2020

  1. fix(v2): minor a11y tweaks (#3946)

    lex111 committed Dec 22, 2020

Commits on Dec 21, 2020

  1. fix(v2): disables all inlining in CleanCSS (#3943)

    lex111 committed Dec 21, 2020
  2. fix(v2): ignore style imports in excerpt (#3944)

    lex111 committed Dec 21, 2020

Commits on Dec 18, 2020

  1. fix(v2): fix i18n build logging. (#3941)

    * better i18n build logging
    
    * better i18n build logging
    
    * better i18n build logging
    slorber committed Dec 18, 2020
  2. fix(v2): i18n should not crash theme without footer (#3940)

    * Fix theme translations when no footer
    
    * fix TS issues
    slorber committed Dec 18, 2020

Commits on Dec 17, 2020

  1. chore(v2): prepare v2.0.0.alpha-70 release (#3933)

    * add alpha 70 changes
    
    * v2.0.0-alpha.70
    slorber committed Dec 17, 2020
  2. feat(v2): Add <Root> theme element (#3932)

    * Add <Root> component
    
    * add some <Root> doc
    slorber committed Dec 17, 2020
  3. docs(v2): blog.md with docs: false, for blog-only mode (#3931)

    Added ***docs: false,*** to the config for blog-only mode because we do not want any documents if we're in blog-only mode otherwise, we probably wouldn't use blog-only mode.
    Romstar committed Dec 17, 2020

Commits on Dec 16, 2020

  1. docs(v2): Removed unnecessary closing parenthesis (#3924)

    Varshit07 committed Dec 16, 2020
  2. docs(v2): add FoalTS to showcase page (#3928)

    LoicPoullain committed Dec 16, 2020

Commits on Dec 14, 2020

  1. fix(v2): fix navbar items issue on Windows? (#3922)

    * attempt to fix navbar items issue on Windows?
    
    * attempt to fix alias ordering issue on Windows
    slorber committed Dec 14, 2020
  2. fix(v2): remove useless console log (#3921)

    slorber committed Dec 14, 2020
  3. fix(v2): i18n translation extractor should handle JSX formatting edge…

    … cases better (#3920)
    
    * translation extractor should work despite weirdly formatted JSX  or empty text nodes around the content to translate
    
    * fix TS
    slorber committed Dec 14, 2020
  4. feat(v2): Add localeDropdown navbar item type + i18n localeConfigs fi…

    …eld (#3916)
    
    * Add localeDropdown navbar item type
    
    * fix type + add localeConfigs test
    slorber committed Dec 14, 2020
  5. fix(v2): don't remove viewBox from svg

    BogdanDor committed Dec 14, 2020
Older
You can’t perform that action at this time.