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

WiP: Integrate docusaurus 2 #247

Merged
merged 27 commits into from
Nov 19, 2019
Merged

Commits on Nov 6, 2019

  1. Migrate Docs to Docusaurus 2 Alpha (reduxjs#226)

    * Migrate to docusaurus 2
    
    * Change docs to MDX format
    
    * Make custom 404 compatible with Docusaurus v2
    
    * Removes unwated stuffs as suggested by @endiliey
    aswathkk authored and markerikson committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    160be2b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2019

  1. Configuration menu
    Copy the full SHA
    905a26d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5b0001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aecd8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff52570 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ab00c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2790b8 View commit details
    Browse the repository at this point in the history
  7. remove unused files

    wgao19 committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    ddf04c5 View commit details
    Browse the repository at this point in the history
  8. add netlify.toml

    wgao19 committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    4c691a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. remove unused 404 file

    wgao19 committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    4d737e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. move monokai into custom.css

    wgao19 committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    6edc792 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Update docusaurus, rm -rf useless file & use correct monokai prism th…

    …eme instead of css"
    
    Co-authored-by: Endi <endiliey@gmail.com>
    endiliey committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    b4a1847 View commit details
    Browse the repository at this point in the history
  2. tweak css

    endiliey committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    02e0101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8dfeb View commit details
    Browse the repository at this point in the history
  4. line highlight docs

    endiliey committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    d14c4c3 View commit details
    Browse the repository at this point in the history
  5. readme

    endiliey committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    e467852 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8116b71 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. tweaks

    yangshun committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    20f5e72 View commit details
    Browse the repository at this point in the history
  2. tweak monokai

    endiliey committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    68299ce View commit details
    Browse the repository at this point in the history
  3. larger code font

    endiliey committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    6fa587e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Merge branch 'master' of https://github.com/reduxjs/redux-toolkit int…

    …o integrate-docusaurus-2
    endiliey committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    3909c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf944fd View commit details
    Browse the repository at this point in the history
  3. bold right toc

    endiliey committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    2ff0153 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. align inline code snippet style with current rsk site

    - border radius should be 3px
    - bg color should be rgba(27, 31, 35, 0.05)
    wgao19 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    85f3329 View commit details
    Browse the repository at this point in the history
  2. align anchor color with current rsk site

    - anchor color should be blue
    - visited color should be redux purple
    wgao19 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    574edd4 View commit details
    Browse the repository at this point in the history
  3. align pagination pill styles with current rsk site

    - outline and link colors should be redux purple
    - hover effect flips color and bg
    wgao19 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    035360f View commit details
    Browse the repository at this point in the history
  4. disable dark mode

    wgao19 committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    56bba80 View commit details
    Browse the repository at this point in the history