Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vuepress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: vuejs/vuepress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 17 commits
  • 17 files changed
  • 7 contributors

Commits on Apr 14, 2018

  1. typo

    yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    a076cea View commit details
    Browse the repository at this point in the history
  2. yaml highlight

    yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    21f9a94 View commit details
    Browse the repository at this point in the history
  3. docs(typo): cases (#15)

    posva authored and yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    641519d View commit details
    Browse the repository at this point in the history
  4. Don't include files from node_modules (#16)

    If vuepress is run in the root of a node package
    (eg. `vuepress build .`), it would include all markdown files from
    the `node_modules` folder, which breaks the build process.
    jaylinski authored and yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    85b1e09 View commit details
    Browse the repository at this point in the history
  5. Fix broken link (#7)

    filipsobol authored and yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    361d80a View commit details
    Browse the repository at this point in the history
  6. Update getting-started.md (#17)

    I find  when I use index.md,  the serve will return a status of 404, but when I change to readme.md, it works
    wangyi7099 authored and yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    adcbeb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    809927b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cceb3d1 View commit details
    Browse the repository at this point in the history
  9. Highlight every second table row (#22)

    The CSS rule `&:nth-child(2)` only highlights the second table row.
    
    This change will highlight every second table row, which improves
    readability.
    jaylinski authored and yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    9cb481a View commit details
    Browse the repository at this point in the history
  10. Allow index.md files as index pages (#23)

    Until now, only `README.md` files got treated as a directory index.
    This commit also allows `index.md` to be used as index files.
    jaylinski authored and yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    49e0ee4 View commit details
    Browse the repository at this point in the history
  11. fix(style): prevent scrollbar in code (#18)

    That margin was creating horizontal scroll when it wasn't necessary
    posva authored and yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    a3db4d2 View commit details
    Browse the repository at this point in the history
  12. Missing link in document (#24)

    * missing link
    
    * prefer GitHub URL
    ginpei authored and yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    9e59191 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    22b7943 View commit details
    Browse the repository at this point in the history
  14. add simple dev instruction

    yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    e71e086 View commit details
    Browse the repository at this point in the history
  15. tweak cli output

    yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    9719bc3 View commit details
    Browse the repository at this point in the history
  16. fix: code margin on mobile

    yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    695440f View commit details
    Browse the repository at this point in the history
  17. 0.3.1

    yyx990803 committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    6e904bb View commit details
    Browse the repository at this point in the history
Loading