Commit Graph

22 Commits (6d61eb7d1f057126b754c4680a667b16d111dc90)

Author SHA1 Message Date
Rachel Appel 9d4af2d9e3 fixes 4528 (#4602) 2017-10-18 15:40:07 -07:00
Yufei Huang d56f36805c Fix @DateTime.Now reference not resolving (#4521)
xref resolution ends with a white space. 
This fix also fixed the broken localized content [here](https://docs.microsoft.com/zh-cn/aspnet/core/getting-started) due to bad xref resolution.
2017-10-09 13:31:07 -10:00
Isaac Levin 854c07c430 Remove Deadlinks in aspnetcore section of repo (#4241)
* Create mvc2.md

Added temp file to house doc requested in #3809

* Initial outline of document

* Added Note for Special Tooling (VS 2017 Preview 3)

Will remove when Preview 3 is updated into Release

* Added Porting Link

* Added Core DI Sample

* added DI Section

* Added Storing Configuration Settings Section

* Adding Custom Settings samples

* part of static content

* static content section

* .net standard section

* Adding Edit in VS 2017 Image

* Samples for Startup

* startup and csproj section

* update image reference

* Updates to Migration Doc

changes per @scottaddie

* Final round of changes

Please review

* Edits

* Fix invalid xref link

* More edits

* More edits

* More edits

* More edits

* More edits

* More edits

* Move Content to different directory

* Update Code Sample Links

* change sample location

* ::

* Update Sample Filenames

* Minor edit

* Remove extra space

* More edits

* Move Static Folder

* update reference to image

* Update mvc2.md

* Minor tweaks

* Changes to sample file

* Change copy for Configuration Section

* Fix code formatting

* Remove extra line feed

* Remove extra line feed

* Fix 3xx/4xx/5xx Status Codes in aspnetcore folder

* Take out locality references in urls:

* change MSDN urls to docs.microsoft if possible

* Update aspnet-core-module.md

* Update iis.md

* Remove localization from external links
2017-09-11 20:58:51 -05:00
Rachel Appel a4915b3f1f Get Started doc - issue 3998 fixes (#4133)
* issue 3998 fixes

* clickable localhost

* add index.cshtml

* text changes

* index pg

* index

* index

* quick format change

* quick format change2

* changed code file;text

* italics
2017-09-06 23:57:00 +02:00
Tom Dykstra 87e475cbc1 update getting-started.md for rtw (#3947)
* update for rtw

* remove 2.0 from title
2017-08-14 12:59:40 -04:00
Tom Dykstra 903e731dda Getting started - 2.0 and 1.1 versions (#3915) 2017-08-08 16:22:51 -07:00
Rick Anderson 2225182397 remove | MS Docs (#3612) 2017-06-30 23:47:15 +00:00
Tom Dykstra c544e5acb2 set ms.topic to get-started-article (#3442)
* set ms.topic

* set ms.topic
2017-05-31 14:55:29 -07:00
Ümit AKKAYA 92a6741e08 Typo (#3164) 2017-04-05 16:37:34 -10:00
Rick Anderson e045a3b351 Platform neutral language on opening a terminal (#3125)
* Platform neutral language on opening a terminal

* Update getting-started.md
2017-03-31 08:44:21 -10:00
Rick Anderson 487fff47e3 warn that `dotnet new -t web` (#3037)
* warn that `dotnet new -t web`

* Update getting-started.md
2017-03-23 08:30:10 -10:00
Daniel Roth d1f5cda815 Update getting-started.md (#2908) 2017-03-07 14:23:34 -05:00
Andy Pasic 010b730d27 Bulk metadata fix (#2871)
* meta data fix

* Revert "meta data fix"

This reverts commit ba36883476.

* meta data fix2

* test

* Update owin-oauth-20-authorization-server.md

* Update api-ref.md

* Update api-ref.md

* test

* test2
2017-03-02 14:50:36 -10:00
Hans Thorhauge Dam c99732266e Add missing `-t` in command for creating a new web project (#2777)
* Add missing `-t` in command for creating a new web project

* Updated based on review comments and suggestions
2017-02-17 16:26:28 -10:00
woachk 0a47cd084f Update getting-started.md for a .NET tooling change (#2742)
dotnet new -t web is no longer valid, using dotnet new web instead.
2017-02-10 11:27:41 -10:00
Tom Dykstra d572f41614 Link to dotnet site choose core vs framework doc (#2407)
* use choosing runtime doc from dotnet site

* use choosing runtime doc from dotnet site
2016-12-16 13:07:04 -08:00
Andy Pasic a82e144ea1 fixed code snippets 2016-11-17 21:03:07 -08:00
Rick Anderson 17f93fe6c5 keywords and decription meta-data 2016-11-17 10:13:02 -10:00
Rick Anderson b23d49f1f6 title + meta on technology 2016-11-16 14:24:57 -10:00
Rick Anderson 58ae30e985 clean up 2016-11-14 16:58:47 -10:00
Patrick Lismore 03f02334ae Updated document to reflect new cli command
dotnet new -t web will create the asp.net core web application.

This simplifies the steps need for a user to get up and running.  From 8 steps to 5.
2016-11-14 14:56:53 +00:00
Daniel Roth e9c1419175 Add docfx content 2016-10-28 10:35:15 -07:00