4924 Commits

Author SHA1 Message Date
Mike Metral
0054a54126 configure-defaults: fix app ns typo 2019-11-13 11:38:32 -08:00
Mike Metral
bd5b659ec1 aws/cluster-svcs: rm k8s lang chooser for yaml only example 2019-11-13 11:38:32 -08:00
Mike Metral
1c44736f91 Fix k8s-language chooser titles and missing sections 2019-11-13 11:38:32 -08:00
Mike Metral
458c055308 aws/cluster-services: rm codeblock lang since its not meant to be copied 2019-11-13 11:38:32 -08:00
Mike Metral
50c095239d aws/cluster-services: use stack output for clusterName 2019-11-13 11:38:32 -08:00
Mike Metral
b44274bac2 apps: add page skeleton with k8s-language choosers 2019-11-13 11:38:32 -08:00
Mike Metral
2ce801a8fa app-services: add page skeleton with cloud and k8s-language choosers 2019-11-13 11:38:32 -08:00
Mike Metral
69c732c2ad cluster-services: add skeleton, cloud & k8s choosers, and AWS content 2019-11-13 11:38:32 -08:00
Mike Metral
cbc57678f9 Add k8s-language chooser shortcode 2019-11-13 11:38:32 -08:00
Mike Metral
b2f3a9d3e1 Add aws/identity: simplify iam var names 2019-11-13 11:38:32 -08:00
Mike Metral
e69e964673 managed infra: fill out AWS storage section 2019-11-13 11:38:32 -08:00
Mike Metral
d6b0145087 Add relref's to anchors 2019-11-13 11:38:32 -08:00
Mike Metral
88ea8f624c Minor fixes and reorg across the guides 2019-11-13 11:38:32 -08:00
Mikhail Shilkov
664beb73a9 Fix some typos as I read through 2019-11-13 11:38:32 -08:00
Mike Metral
8ef62154ba Fix broken anchors 2019-11-13 11:38:32 -08:00
Mike Metral
40930bb13b Break up apps page into cloud-chooser sections 2019-11-13 11:38:32 -08:00
Mike Metral
9cbc2d3012 Break up app services page into cloud-chooser sections 2019-11-13 11:38:32 -08:00
Mike Metral
9377f5927f Break up cluster defaults page into cloud-chooser sections 2019-11-13 11:38:32 -08:00
Mike Metral
ebf6ee845b Break up access control page into cloud-chooser sections 2019-11-13 11:38:32 -08:00
Mike Metral
85feea8a31 Break up update workers page into cloud-chooser sections 2019-11-13 11:38:32 -08:00
Mike Metral
f1cdbc3191 Break up worker nodes page into cloud-chooser sections 2019-11-13 11:38:32 -08:00
Mike Metral
7955df438f Break up control plane page into cloud-chooser sections 2019-11-13 11:38:32 -08:00
Mike Metral
e8f29eb61e Break up managed infra page into cloud-chooser sections 2019-11-13 11:38:32 -08:00
Mike Metral
f16c326daa Break up identity page into cloud-chooser sections 2019-11-13 11:38:32 -08:00
Mike Metral
905fd33c72 Add cloud chooser shortcode 2019-11-13 11:38:32 -08:00
Mike Metral
b5dd3e105f Restructure layout to have tasks in nav & be cloud-choose-oriented 2019-11-13 11:38:32 -08:00
Mike Metral
4fbcec365e Address feedback 2019-11-13 11:38:32 -08:00
Mike Metral
0816711558 Add Crosswalk for Kubernetes on AWS, Azure, and GCP 2019-11-13 11:38:32 -08:00
Mike Metral
dca33ff5d8 Fix Hugo warnings
Fixes `WARN 2019/10/08 23:27:59 make non-relative ref/relref page reference(s)
in page "docs/tutorials/aws/s3-website.md" absolute, e.g. {{< ref
"/blog/my-post.md" >}}`
2019-11-13 11:38:32 -08:00
spara
13a0d4bcb2 fixed indents 2019-11-13 13:33:51 -06:00
spara
d43c01656c updates from comments 2019-11-13 13:22:23 -06:00
spara
739431d980 draft: false 2019-11-13 12:10:06 -06:00
spara
08dd3225a5 update 2019-11-13 11:30:42 -06:00
spara
ee5ccba540 update 2019-11-13 11:29:03 -06:00
Cameron Stokes
0fb8e20f7f Fix compile errors in CSharp quickstarts. (#1971)
I verified the other quickstarts - AWS compiles successfully, Kubernetes doesn't have dotnet suppport yet.
2019-11-13 17:28:47 +00:00
spara
b083b8c04f rename to meta.png 2019-11-13 11:16:16 -06:00
spara
970c945dc1 new image 2019-11-13 10:55:50 -06:00
spara
227e8f1d66 update image name 2019-11-13 10:46:54 -06:00
spara
dc007a9b5e update image 2019-11-13 10:42:57 -06:00
spara
abc8839abf updated template 2019-11-13 10:32:03 -06:00
spara
f0cc71bf5c udpate 2019-11-13 10:11:55 -06:00
spara
796a3949b8 updates 2019-11-11 17:23:06 -06:00
Christian Nunciato
972b9e4207 Add a separator for the .NET post (#1959) 2019-11-11 10:05:23 -08:00
Chris Smith
115819d4e7 Update hero message for .NET launch (#1958)
* Update hero message

* Update layouts/partials/alert.html

Co-Authored-By: Justin Van Patten <jvp@justinvp.com>
2019-11-11 08:17:19 -08:00
Joe Duffy
32b5f46b0c Add the .NET announce blog (#1956)
* Add the .NET announce blog

* Add the blog image

* Update to the live .NET blog URL
2019-11-11 07:19:10 -08:00
Joe Duffy
74215db944 Fix the C# getting started guides (#1955)
These guides didn't actually compiled. I guess the APIs may have
changed since writing them, but there were also syntax issues --
like using single quotes instead of doubles -- and semantic
issues -- like referring to incorrect types given the way the
using statements have been laid out. I've verified these compile.
2019-11-10 22:56:54 -08:00
Justin Van Patten
b5e1bff3d4 Minor tweaks to the .NET page (#1953)
* Minor tweaks to the .NET page

* Avoid jumping scroll position on Safari

Add F# and VB examples at the top to mitigate. The scroll position still jumps slightly due to each language's example having differing number of lines, but at least the scroll position remains in the vicinity of where it was before.

* Fix Getting Started buttons on mobile

* "VB" instead of "Visual Basic" in lang chooser tabs
2019-11-09 20:55:19 +00:00
spara
770ecd2a89 updated from comments 2019-11-08 10:52:53 -07:00
Joe Duffy
5386094a28 Embellish the .NET landing page a bit (#1952)
This change adds a few things to the .NET landing page:

- Add the .NET Core logo.

- A bit more about "why you might care."

- Add a basic code snippet.

- Add a Getting Started section. We want to drive people here
  when first landing on this page as much as possible, since it's
  the best experience (despite it being C#-only).

- Use the language switcher for C#/F#/VB templates.

- Reorder some content so most relevant is above the fold.

- Add CI/CD coverage of Azure DevOps pipelines and GitHub Actions.
2019-11-08 01:58:59 -05:00
spara
2097da8ada update 2019-11-07 12:00:39 -07:00