Windows 10 web apps and frameworks documentation
Перейти к файлу
seksenov 812764512d fixing redirects 2016-08-03 15:29:22 -07:00
_data
_includes
_layouts
_site fixing redirects 2016-08-03 15:29:22 -07:00
css Code styling fix 2016-03-02 13:43:30 -08:00
en-US/win10 adding back meta data 2016-08-03 15:27:35 -07:00
fonts
images
js
.gitignore
Gemfile
README.md Update README.md 2016-06-22 14:39:23 -07:00
_config.yml
favicon.ico
favicon.png
index.htm
web.config

README.md

#Contribute Please refer to our contribution page for general guidelines on how to contribute.

#Contributing to documentation

Setting up Jekyll on Windows

  1. We use this easy to follow Jekyll on Windows guide. Use the pygments option when you go through the install.

Iterating on documentation

  1. Using Command Prompt, from within the content folder start a local server: jekyll serve --watch
  2. If prompted by the firewall, allow Jekyll to serve content
  3. Open your web browser and point it to the local server. localhost:4000 is the default
  4. Now you have your own version of the documentation site!
  5. You can make changes to the pages using your favorite text editor.

Documentation rules

  • For samples, please use Jekyll's Kramdown flavored Markdown to get nice formatting when rendered as a webpage.
  • For README.md files, please use Github Flavored Markdown to get nice formatting on the file browser.
  • Please do not use HTML
  • For samples, please append {:target="_blank"}, so the link opens in a new page

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.