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

Demo v2 - Full rework of the demo examples #52

Merged
merged 74 commits into from
May 27, 2020

Commits on May 19, 2020

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

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    b8c8438 View commit details
    Browse the repository at this point in the history
  2. Add SSG doc (skeleton)

    Vadorequest committed May 20, 2020
    Configuration menu
    Copy the full SHA
    6f7454c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Disable react/no-unescaped-entities eslint rule (too much noise compa…

    …red to actual benefits)
    Vadorequest committed May 21, 2020
    Configuration menu
    Copy the full SHA
    b026bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b6e694 View commit details
    Browse the repository at this point in the history
  3. Improve cards buttons

    Vadorequest committed May 21, 2020
    Configuration menu
    Copy the full SHA
    44c59e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cca48d View commit details
    Browse the repository at this point in the history
  5. Add css-in-js examples

    Vadorequest committed May 21, 2020
    Configuration menu
    Copy the full SHA
    3feb1c0 View commit details
    Browse the repository at this point in the history
  6. Add analytics examples

    Vadorequest committed May 21, 2020
    Configuration menu
    Copy the full SHA
    7842b6b View commit details
    Browse the repository at this point in the history
  7. Add testing doc

    Vadorequest committed May 21, 2020
    Configuration menu
    Copy the full SHA
    370b567 View commit details
    Browse the repository at this point in the history
  8. Add icons example

    Vadorequest committed May 21, 2020
    Configuration menu
    Copy the full SHA
    10c5e52 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9420c22 View commit details
    Browse the repository at this point in the history
  10. Add UI components example

    Vadorequest committed May 21, 2020
    Configuration menu
    Copy the full SHA
    f94b808 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    30b8cea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc03105 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2179f36 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e61aa4d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    70402c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdafad1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78ba681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67648bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1fc9d7c View commit details
    Browse the repository at this point in the history
  6. Reorder examples pages between sections (different folders) + add sid…

    …ebar for "built-in utilities" section
    Vadorequest committed May 23, 2020
    Configuration menu
    Copy the full SHA
    9d04190 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50d6b4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7babe75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    977118f View commit details
    Browse the repository at this point in the history
  10. Fix typo

    Vadorequest committed May 23, 2020
    Configuration menu
    Copy the full SHA
    ce929bb View commit details
    Browse the repository at this point in the history
  11. Fix CI

    Vadorequest committed May 23, 2020
    Configuration menu
    Copy the full SHA
    0f9ad1f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    103f6d4 View commit details
    Browse the repository at this point in the history
  2. Add TS doc bloc

    Vadorequest committed May 25, 2020
    Configuration menu
    Copy the full SHA
    e8c4bb5 View commit details
    Browse the repository at this point in the history
  3. Add CI/CD examples

    Vadorequest committed May 25, 2020
    Configuration menu
    Copy the full SHA
    9325a88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ba5b92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a56f1b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86a8980 View commit details
    Browse the repository at this point in the history
  7. Add Vercel hosting doc

    Vadorequest committed May 25, 2020
    Configuration menu
    Copy the full SHA
    b914e60 View commit details
    Browse the repository at this point in the history
  8. Add MST doc

    Vadorequest committed May 25, 2020
    Configuration menu
    Copy the full SHA
    62c54b1 View commit details
    Browse the repository at this point in the history
  9. Misc doc

    Vadorequest committed May 25, 2020
    Configuration menu
    Copy the full SHA
    2901f95 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    65448b7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52d861a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    797d96b View commit details
    Browse the repository at this point in the history
  13. Add HOCs doc

    Vadorequest committed May 25, 2020
    Configuration menu
    Copy the full SHA
    94f3e57 View commit details
    Browse the repository at this point in the history
  14. Replace @ts-ignore directive by recently added (TS v3.9) @ts-expect-e…

    …rror when we know we expect a TS error (mostly when testing edge cases) + solve a few TS issues properly
    Vadorequest committed May 25, 2020
    Configuration menu
    Copy the full SHA
    692a4ba View commit details
    Browse the repository at this point in the history
  15. Fix TS errors

    Vadorequest committed May 25, 2020
    Configuration menu
    Copy the full SHA
    03e90ab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4f0e4b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9846e2e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6b62fd1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8db24cf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    582d633 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    53b0f85 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    b54f416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70717fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80182c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c08feb8 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Add ssg/r examples

    Vadorequest committed May 27, 2020
    Configuration menu
    Copy the full SHA
    a105fd6 View commit details
    Browse the repository at this point in the history
  2. Misc wording

    Vadorequest committed May 27, 2020
    Configuration menu
    Copy the full SHA
    03b1c18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cc03c4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47049c2 View commit details
    Browse the repository at this point in the history
  5. Fix E2E tests

    Vadorequest committed May 27, 2020
    Configuration menu
    Copy the full SHA
    fd95ce9 View commit details
    Browse the repository at this point in the history
  6. Misc doc rewrite

    Vadorequest committed May 27, 2020
    Configuration menu
    Copy the full SHA
    5460665 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5e23bd View commit details
    Browse the repository at this point in the history
  8. Clenaup logs

    Vadorequest committed May 27, 2020
    Configuration menu
    Copy the full SHA
    32ee575 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8176ad3 View commit details
    Browse the repository at this point in the history
  10. Add more debug logs

    Vadorequest committed May 27, 2020
    Configuration menu
    Copy the full SHA
    5f8bf63 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8245fcd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ba9bb8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d5a27ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    34fe273 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    08a2209 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d20d464 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    75cb28b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ac88497 View commit details
    Browse the repository at this point in the history
  19. Add revalidate example

    Vadorequest committed May 27, 2020
    Configuration menu
    Copy the full SHA
    783bd44 View commit details
    Browse the repository at this point in the history
  20. Add NativeFeaturesSidebar

    Vadorequest committed May 27, 2020
    Configuration menu
    Copy the full SHA
    0d61148 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e878bef View commit details
    Browse the repository at this point in the history