Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate React Native website to Docusaurus V2 #2263

Merged
merged 117 commits into from
Oct 29, 2020

Commits on Oct 20, 2020

  1. remove unused versions

    darshkpatel authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    14a6368 View commit details
    Browse the repository at this point in the history
  2. include changes to en.json

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    3f9fc62 View commit details
    Browse the repository at this point in the history
  3. update dependencies

    darshkpatel authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    897a149 View commit details
    Browse the repository at this point in the history
  4. upgrade to v2 config

    darshkpatel authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    2c3e083 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9642fe9 View commit details
    Browse the repository at this point in the history
  6. move customTheme.css

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    dcf3243 View commit details
    Browse the repository at this point in the history
  7. Upgrade blog file for v2

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    ef3733c View commit details
    Browse the repository at this point in the history
  8. upgrade sidebar configs

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    9eb122b View commit details
    Browse the repository at this point in the history
  9. upgrade sidebar config for v2

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    bcdc565 View commit details
    Browse the repository at this point in the history
  10. Rename and fix errors in 0.60 and 0.61 docs

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    1d313ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0dfebf4 View commit details
    Browse the repository at this point in the history
  12. add .docusaurus to gitignore

    darshkpatel authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    3154f1e View commit details
    Browse the repository at this point in the history
  13. change path for docs plugin

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    b2cdf1b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e310fd3 View commit details
    Browse the repository at this point in the history
  15. update scripts for v2 paths

    darshkpatel authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    9ad72a9 View commit details
    Browse the repository at this point in the history
  16. update netlify config

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    0abd9de View commit details
    Browse the repository at this point in the history
  17. fix errors in docs

    darshkpatel authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    4aac15b View commit details
    Browse the repository at this point in the history
  18. update netlify.toml

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    81c67a7 View commit details
    Browse the repository at this point in the history
  19. resolve http warning

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    9580a66 View commit details
    Browse the repository at this point in the history
  20. revert "fix errors in docs"

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    16f0a93 View commit details
    Browse the repository at this point in the history
  21. fix errors in docs

    darshkpatel authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    c3f22d4 View commit details
    Browse the repository at this point in the history
  22. resolve merge conflict

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    57cbf52 View commit details
    Browse the repository at this point in the history
  23. fix errors in upstream's appregistry

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    ba60e69 View commit details
    Browse the repository at this point in the history
  24. Revert "Rename and fix errors in 0.60 and 0.61 docs"

    This reverts commit 0a314ba.
    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    7e8a2f0 View commit details
    Browse the repository at this point in the history
  25. fix errors in 0.60 and 0.61 docs

    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    cd9763b View commit details
    Browse the repository at this point in the history
  26. fix local build, basic theme overrides, header reorder, docusaurus bu…

    …mp (#12)
    
    * fix local build, basic theme overrides, header reorder, docusaurus bump
    
    * add navbar override group, update navbar typography
    
    * tweak version switcher and hr design
    
    * update page links style, fix text color issues
    
    * use docsVersionDropdown in navbar
    
    * fix validation warning
    
    * footer design tweaks, jsx as default prism language
    
    * add native code banner, fix version label design, update notes style
    
    * static dark navbar, color fix, docusaurus bump
    
    * tweak dark theme, fix page shrinking issue
    
    * navbar UI and positioning tweaks, update blog page
    
    * sidebar spacing, minor color tweaks
    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    467d87d View commit details
    Browse the repository at this point in the history
  27. add additional languages and customize prism theme (#16)

    * add additional languages for prism
    
    * set up custom theme for prism
    
    * customize according to solarized dark theme
    
    * add custom syntax highlighting from react-native
    
    * rename theme file, add Kotlin, fix one ObjC block
    
    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
    teikjun and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    d27e445 View commit details
    Browse the repository at this point in the history
  28. add line highlighting (#18)

    * add line highlighting with the correct syntax
    
    * use css to display line highlighting
    
    * move css for line highlighting into page overrides section
    teikjun authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    f82da76 View commit details
    Browse the repository at this point in the history
  29. remove V1 announcement bar code

    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    d881952 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8f6a92e View commit details
    Browse the repository at this point in the history
  31. sidebar spacing and size tweak

    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    5f8a080 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    5ab8a4c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    2038101 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b2bf74e View commit details
    Browse the repository at this point in the history
  35. fix color preview boxes

    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    ca53219 View commit details
    Browse the repository at this point in the history
  36. fix shell codeblocks highlight

    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a6fea37 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6df3f7c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    0d1f9c1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    47cedf3 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    0cf4c80 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    782d5af View commit details
    Browse the repository at this point in the history
  42. refs #20, fix server build

    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    7353362 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7a22db1 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    b6d83e5 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    6ea540b View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    eb6b4e1 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    2f6e43d View commit details
    Browse the repository at this point in the history
  48. refs #23, fix home page animations

    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    c931f3a View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    a44de2f View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    79eb36b View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    f5f6d5a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c70a2c8 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    cef78f0 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    aac1550 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    cd70d8e View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    c5e20ec View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    b8af3b0 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    d653b52 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    cd5d08d View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    ce9236e View commit details
    Browse the repository at this point in the history
  61. remove announcement banner (#27)

    * remove announcement banner
    
    * Re-Trigger Build
    darshkpatel authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    f8c1b4a View commit details
    Browse the repository at this point in the history
  62. WIP: Fix Failing build (#28)

    darshkpatel authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e1e82db View commit details
    Browse the repository at this point in the history
  63. remove few invalid pages created during initial migration, replace an…

    …other batch of tabs,
    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    2238249 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    e73b74a View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    9445714 View commit details
    Browse the repository at this point in the history
  66. fix build

    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a5b3c20 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    50b4945 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    2d2dd45 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    8edd4e7 View commit details
    Browse the repository at this point in the history
  70. WIP: SnackPlayer Plugin (#31)

    * add remark-snackplayer
    
    * bump version
    
    * remove legacy plugins
    
    * Increase heap memory
    
    * move heap fix to the deployment scripts
    
    * Add ability to initialize snackplayer after navigation and tab changes
    
    * add local remark-snackplayer package
    
    * cleanup package
    
    * Fix: dependency issues
    
    Co-authored-by: Bartosz Kaszubowski <gosimek@gmail.com>
    Co-authored-by: slorber <lorber.sebastien@gmail.com>
    3 people committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e56ea91 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    8e81b40 View commit details
    Browse the repository at this point in the history
  72. update Tabs on TV Build and Security pages, remove few versioned page…

    …s to match the state before the migration
    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    d50e279 View commit details
    Browse the repository at this point in the history
  73. basic SnackPlayer theme support

    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    6026306 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    5512433 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    07c85bb View commit details
    Browse the repository at this point in the history
  76. remove prism codeblocks (#32)

    darshkpatel authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    8c17af5 View commit details
    Browse the repository at this point in the history
  77. refs #26, use Expo logo as SVG as data, replace GitHub label with SVG…

    …, improve theme toggler
    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    c629812 View commit details
    Browse the repository at this point in the history
  78. Remark SnackPlayer tweaks (#33)

    * remark-snackplayer: add theme, move styling, update readme, update tests
    
    * remark-snackplayer: add missing class to test output
    
    * remark-snackplayer: add preview param, force LF EOL, fix tests
    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    6bd1fdb View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    a3d3cb9 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    59bbaa3 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    3af24ac View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    7d8dea8 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    e07c7bb View commit details
    Browse the repository at this point in the history
  84. fix the 3 navbar item tabs

    slorber authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    eeb8141 View commit details
    Browse the repository at this point in the history
  85. update algolia config (#38)

    slorber authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    79766ba View commit details
    Browse the repository at this point in the history
  86. move users out of config

    slorber authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    7004e17 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    fb2741c View commit details
    Browse the repository at this point in the history
  88. Revert "use showcase.json file for users config value"

    This reverts commit baf557d
    slorber authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    4f770be View commit details
    Browse the repository at this point in the history
  89. remove useless defaultVersionShown field

    slorber authored and Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    4561033 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    399918d View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    54071c6 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    a2fae16 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    bd22615 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    9dd5ced View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    b3e7951 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    aea653e View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    e567208 View commit details
    Browse the repository at this point in the history
  98. attempt to fix deploy preview

    Simek committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    9033129 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    c71862a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    ee67057 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    5528ffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d0fbaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85f2bd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84c1d12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d93d49b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. 2 Configuration menu
    Copy the full SHA
    80bb36f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4bed78 View commit details
    Browse the repository at this point in the history
  3. hide last author details

    Simek committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    5506c6e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7ed20a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    b1f73b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96b7c84 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    8a9fa8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5de585 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c84b42 View commit details
    Browse the repository at this point in the history
  4. fix docs editUrl typo

    slorber committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    a92b209 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    31efc5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32a40b0 View commit details
    Browse the repository at this point in the history