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

fix(v2): make feedback page compatible with dark mode #1742

Merged
merged 62 commits into from
Aug 4, 2019

Commits on May 17, 2019

  1. docs: make navbar less cluttered

    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    ca340b4 View commit details
    Browse the repository at this point in the history
  2. misc(v2): rename components (facebook#1434)

    * misc(v2): clean up work
    
    * misc(v2): rename components
    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    8c04491 View commit details
    Browse the repository at this point in the history
  3. misc(v2): rename Blog components

    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    421b09e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74fdc5c View commit details
    Browse the repository at this point in the history
  5. chore(v2): optimize webpack config

    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    a2cf3af View commit details
    Browse the repository at this point in the history
  6. feat(v2): implement theme component overriding (facebook#1435)

    * feat(v2): implement component overriding
    
    * siteDir theme overriding should work for > 1 level directory
    
    * fallback for essential component like Loading
    
    * rename default -> classic
    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    a635610 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e94df5e View commit details
    Browse the repository at this point in the history
  8. feat(v2): easier plugin theme components swizzling (facebook#1436)

    * feat(v2): easier plugin theme components override
    
    * add context
    
    * refactor again
    
    * rename eject -> swizzle
    
    * nits
    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    fa3d64d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abb8433 View commit details
    Browse the repository at this point in the history
  10. feat(v2): Algolia search theme (facebook#1440)

    * feat(v2): Algolia search plugin
    
    * patch PR facebook#1440 (facebook#1441)
    
    * alternative implementation
    
    * typo
    
    * refactor noop
    
    * rename SearchAlgolia -> SearchBar
    
    * changes.md
    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    57a017d View commit details
    Browse the repository at this point in the history
  11. refactor(v2): move headerLinks -> themeConfig & rm dead code (faceboo…

    …k#1442)
    
    * refactor(v2): move headerLinks -> themeConfig & rm dead code
    
    * rm -rf dead code
    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    6696489 View commit details
    Browse the repository at this point in the history
  12. chore(v2): better chunk naming

    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    ccc5143 View commit details
    Browse the repository at this point in the history
  13. refactor(v2): add flowtype + refactor test (facebook#1443)

    * chore(v2): add flow setup
    
    * nits
    
    * fix
    
    * add flow-typed
    
    * ignore compiled library
    
    * fix error
    
    * fix typing
    
    * fix module name mapper
    
    * setup for @docusaurus/core
    
    * dont try remove type without @flow
    
    * fix can't find @docusaurus/utils
    
    * fix test
    
    * remove obscure relative paths
    
    * more refactoring
    
    * add typing for server/load/theme.js
    
    * no need to ship .flow source
    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    5f7b3fe View commit details
    Browse the repository at this point in the history
  14. chore(v2): rm flowtype (facebook#1444)

    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    bb0ebdd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4eae287 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    84a8e23 View commit details
    Browse the repository at this point in the history
  17. feat(v2): meta description (facebook#1447)

    * feat(v2): meta description
    
    * add description for blog as well
    
    * fix non-descriptive text link
    
    * remove font awesome
    
    * switch front-matter -> gray-matter
    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    c49b5e5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9060e0b View commit details
    Browse the repository at this point in the history
  19. refactor(v2): blog data revamp (facebook#1450)

    * refactor(v2): blog data revamp
    
    * fix(v2): fix incorrect blog total count
    
    * misc: remove console.log
    
    * feat(v2): export frontMatter as an object within MDX file (facebook#1451)
    
    * refactor. Don't confuse metadata & frontmatter
    
    * export frontMatter in content itself
    
    * nits
    
    * nits name
    
    * dont truncate first four lines in blog
    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    fb6c1fc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8c2b94e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5580a02 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0ec47f3 View commit details
    Browse the repository at this point in the history
  23. feat(v2): blog tags (facebook#1453)

    * feat(v2): blog tags
    
    * feat(v2): blog tags
    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    12a9ba5 View commit details
    Browse the repository at this point in the history
  24. fix(v2): slugify tags

    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    36aacc8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e1a7fc5 View commit details
    Browse the repository at this point in the history
  26. fix: right TOC should not strip special chars (facebook#1458)

    * fix: right TOC should not strip special chars
    
    * nits
    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    04c0ed0 View commit details
    Browse the repository at this point in the history
  27. fix(v2): handle non existent blog, docs, pages (facebook#1459)

    * fix(v2): handle non existent blog, docs, pages
    
    * nits
    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    614966f View commit details
    Browse the repository at this point in the history
  28. feat(v2): list blog tags on posts (facebook#1456)

    * feat(v2): list blog tags on posts
    
    * fix date handling on blog header
    
    * fix console log error due to non unique key
    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    f51a653 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    0f358ad View commit details
    Browse the repository at this point in the history
  30. chore(v2): fix typo

    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    6d7582a View commit details
    Browse the repository at this point in the history
  31. v2.0.0-alpha.14

    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    f08ebb9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    22bf239 View commit details
    Browse the repository at this point in the history
  33. v2.0.0-alpha.15

    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    b4a71e4 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    339ef8d View commit details
    Browse the repository at this point in the history
  35. feat(v2): theme config for Footer (facebook#1461)

    * feat(v2): theme config for Footer
    
    * fix: dont show footer if themeConfig.footer is undefined
    * Import fresh docusaurus.config.js for better hot reload
    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    7f1995b View commit details
    Browse the repository at this point in the history
  36. chore(v2): update dependencies (facebook#1462)

    * chore(v2): update dependencies
    
    * nits
    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    5457ba5 View commit details
    Browse the repository at this point in the history
  37. v2.0.0-alpha.16

    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    8a71da3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    41f1a3a View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a3c86c0 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6ee2891 View commit details
    Browse the repository at this point in the history
  41. chore: fix typo (facebook#1466)

    hong4rc authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    a36269b View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    2995157 View commit details
    Browse the repository at this point in the history
  43. docs: make it clear in the tutorial where the docs folder is (faceb…

    …ook#1468)
    
    * Make it clear where the `docs` folder is
    
    It was not clear, to the beginner user—who this tutorial is for—where the `docs` folder was . The only reason I know this is because I'm a beginner user and I tried for too many minutes to find the `docs` folder inside the `website` folder. I had this assumption because the previous example is offered under the assumption that you're in the `website` folder.
    
    Feel free to change the wording, I just want to make it clear where you should be looking, if you're new.
    
    * Update tutorial-create-pages.md
    TurekBot authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    845c733 View commit details
    Browse the repository at this point in the history
  44. docs: add hint for linking dependencies time (facebook#1470)

    In this tutorial we assume that the user may or may not have used Node.js. It would follow then, based on how long it takes the "Linking dependencies" step to complete—243.61s for me—that we give them a hint that it might take a minute.
    TurekBot authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    4463318 View commit details
    Browse the repository at this point in the history
  45. doc: mention HTTPS approach in tutorial git clone step (facebook#1471)

    * doc: change tutorial git to suggest HTTPS
    
    Since we're instructing the user to create a new repository, it might be a safe bet to assume that they don't have their SSH keys set up. HTTPS might be a better option in this context.
    
    * docs: keep ssh add https
    
    @hongarc said, "How about keep `SSH` and add `HTTPS`." This is one way to do that.
    
    * Update tutorial-setup.md
    TurekBot authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    b9fb0c5 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    b6d6def View commit details
    Browse the repository at this point in the history
  47. docs: clarify location of sidebars.json (facebook#1472)

    In facebook#1468 we clarify where the `docs` folder is. 
    Here, we make it clear where `sidebars.json` is.
    TurekBot authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    af8dee3 View commit details
    Browse the repository at this point in the history
  48. fix: missing cli commands (facebook#1478)

    * fix: missing cli commands
    
    * centralize
    endiliey authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    9a53712 View commit details
    Browse the repository at this point in the history
  49. feat(v2): move navbar config into themeConfig (facebook#1477)

    * feat(v2): move navbar config into themeConfig
    
    * misc: fix tests
    
    * fix: support external url for logo
    yangshun authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    be365a4 View commit details
    Browse the repository at this point in the history
  50. docs(v2): CLI docs (facebook#1476)

    * WiP: CLI docs
    
    * Tweak word choices for CLI docs
    
    - Use the word swizzle directly
    - Follow variable convention for shell
    
    * Resolve docs discussion
    
    * Update cli.md
    wgao19 authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    36fb1ba View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    5d78cfc View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    a17ee7f View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    f1d3f66 View commit details
    Browse the repository at this point in the history
  54. docs: showcase user Ax (facebook#1483)

    hong4rc authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    0884f60 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    add8205 View commit details
    Browse the repository at this point in the history
  56. docs: fix typo for docs folder (facebook#1484)

    * docs: fix typo for `docs` folder
    
    * docs: request change for facebook#1484
    
    * Update api-doc-markdown.md
    Hongarc authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    4ed3e93 View commit details
    Browse the repository at this point in the history
  57. docs: add some showcase user of facebook (facebook#1486)

    * docs: showcase user Idb
    
    * docs: showcase user Netconsd
    
    * docs: showcase user Redex
    hong4rc authored and shakcho committed May 17, 2019
    Configuration menu
    Copy the full SHA
    8de36d2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

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

Commits on Jun 13, 2019

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

Commits on Aug 4, 2019

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