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

feat(v2): allow line highlighting #1860

Merged
merged 33 commits into from
Oct 27, 2019
Merged

feat(v2): allow line highlighting #1860

merged 33 commits into from
Oct 27, 2019

Commits on Oct 19, 2019

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

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    a200e47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2947a4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into lh

    lex111 committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    2b0cc9b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. feat(v2): add sticky footer (facebook#1855)

    * feat(v2): add sticky footer
    
    * Update CHANGELOG-2.x.md
    
    * Update CHANGELOG-2.x.md
    lex111 authored and yangshun committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    68d5adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11f9977 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. docs: showcase user Amphora (facebook#1873)

    * Add Amphora Data link to users
    
    Adds Amphora Data to the list of users
    
    * Add Amphora Data logo
    
    * fix case of image path
    
    * Move Image into users directory
    
    * use black amphora image
    xtellurian authored and yangshun committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    262dca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e66c90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91703eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22fb869 View commit details
    Browse the repository at this point in the history
  5. feat(v2): add ability expand all items in doc sidebar (facebook#1876)

    * feat(v2): add ability expand all items in doc sidebar
    
    * Fix tests
    
    * Refactor: use themeConfig
    
    * Improve docs
    
    * Revert unnecessary  changes
    
    * Refactor: better consistency
    
    * Revert extra change
    
    * Refactor: use useDocusaurusContext to get config value
    lex111 authored and endiliey committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    ce6a725 View commit details
    Browse the repository at this point in the history
  6. chore(v2): update changelog

    endiliey committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    3acf880 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Configuration menu
    Copy the full SHA
    6afe6b3 View commit details
    Browse the repository at this point in the history
  2. perf(v2): disable hash for css modules localident in dev (facebook#1882)

    * perf(v2): disable hash for css modules localident in dev
    
    * changelog
    endiliey authored and yangshun committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    8bcb5dc View commit details
    Browse the repository at this point in the history
  3. feat(v2): display footer in docs page for consistency (facebook#1883)

    * feat(v2): display footer in docs page
    
    * nits
    
    * address review
    
    * nits
    endiliey authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    b347968 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11548da View commit details
    Browse the repository at this point in the history
  5. docs(v2): add docs on useful client api (facebook#1890)

    * docs(v2): add docs on useful client api
    
    * Update docusaurus-core.md
    
    * Update website/docs/docusaurus-core.md
    
    * Update website/docs/docusaurus-core.md
    
    * Update website/docs/docusaurus-core.md
    
    * Update website/docs/docusaurus-core.md
    endiliey authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a149f77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9f752c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Configuration menu
    Copy the full SHA
    60a4d1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fdda55 View commit details
    Browse the repository at this point in the history
  3. fix(v2): wrong css class

    endiliey committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    3cc1330 View commit details
    Browse the repository at this point in the history
  4. v2.0.0-alpha.31

    endiliey committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    d4342dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    242c9e0 View commit details
    Browse the repository at this point in the history
  6. docs(v2): update plugins, presets and themes docs (facebook#1889)

    * docs(v2): update plugins, presets and themes docs
    
    * ideal image plugin
    
    * proof reading
    
    * Merge master
    endiliey authored Oct 26, 2019
    Configuration menu
    Copy the full SHA
    2bbfbf8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. refactor(v2): Convert sitemap plugin to TypeScript (facebook#1894)

    * Convert sitemap plugin to TypeScript
    
    Test - enabled the sitemap plugin in the v2 website and verified that
    the sitemap is created after running `docusaurus build`.
    
    * Addressing review comments
    moozzyk authored and endiliey committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    c23f981 View commit details
    Browse the repository at this point in the history
  2. perf(v2): significantly reduce bundle size & initial html payload (fa…

    …cebook#1898)
    
    * perf(v2): reduce bundle size significantly with super short chunk name and registry
    
    * changelog
    
    * use hash:8 as id for better long term caching
    
    * even shorter filename. slice contenthash
    endiliey authored and yangshun committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    fabaf77 View commit details
    Browse the repository at this point in the history
  3. fix(v2): align search icon on small width device (facebook#1893)

    * fix(v2): align search icon on small width device
    
    * nits
    
    * nits
    endiliey authored and yangshun committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    84462e2 View commit details
    Browse the repository at this point in the history
  4. refactor(v2): refactor dark toggle into a hook (facebook#1899)

    * change(v2): refactor dark toggle into a theme
    
    * follow how themes resolve files
    
    * let theme hook to pick up default theme by itself
    wgao19 authored and yangshun committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    01f4d9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98679b5 View commit details
    Browse the repository at this point in the history
  6. misc(v1): use primary color for hovered items in table of contents (f…

    …acebook#1871)
    
    * fix issue#1752
    
    when element in side nav is hovered over the color changes.
    
    * Update main.css
    blitz137 authored and yangshun committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    f14b6ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    421598e View commit details
    Browse the repository at this point in the history
  8. misc(v2): v1 backward compatibility for USE_SSH env var (facebook#1880)

    * misc(v2): address comments
    
    * misc(v2): update CHANGELOG
    yns88 authored and yangshun committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    812a30b View commit details
    Browse the repository at this point in the history
  9. Merge branch 'lh' of https://github.com/lex111/docusaurus into lex111-lh

    # Conflicts:
    #	CHANGELOG-2.x.md
    #	packages/docusaurus-theme-classic/package.json
    yangshun committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    e509311 View commit details
    Browse the repository at this point in the history