{{site.data.home.hero.h1}}
+ {% assign num_sections = site.data.home.hero.sections.size %} + {% for block in site.data.home.hero.sections %} +{{block.text}}
+ {% if forloop.index != num_sections %} +{{block.title}}
+{{block.intro}}
+diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index c72a5749c52..00000000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,9 +0,0 @@ -# Microsoft Open Source Code of Conduct - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). - -Resources: - -- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) -- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) -- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns diff --git a/docs/404.html b/docs/404.html new file mode 100644 index 00000000000..086a5c9ea98 --- /dev/null +++ b/docs/404.html @@ -0,0 +1,25 @@ +--- +permalink: /404.html +layout: default +--- + + + +
Page not found :(
+The requested page could not be found.
+{{block.text}}
+ {% if forloop.index != num_sections %} +{{block.intro}}
+