Move leftover docs in `docs/` to website (#1325)

This commit is contained in:
Timothee Guerin 2022-11-29 11:55:10 -08:00 коммит произвёл GitHub
Родитель 1e48fa423c
Коммит 68b48f7481
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 10 добавлений и 2 удалений

Просмотреть файл

Просмотреть файл

@ -1 +0,0 @@
Tutorial has been moved to cadl website https://microsoft.github.io/cadl

Просмотреть файл

@ -1,3 +1,7 @@
---
title: Scaffolding templates
---
# Writting a scaffolding template
cadl provides scaffolding functionality via the `cadl init` command.

Просмотреть файл

@ -1,3 +1,7 @@
---
title: Cadl For OpenAPI Developer
---
# Cadl for the OpenAPI developer
This guide is an introduction to Cadl using concepts that will be familiar to developers

Просмотреть файл

@ -23,7 +23,7 @@ const sidebars = {
{
type: "category",
label: "Getting Started",
items: ["getting-started/getting-started"],
items: ["getting-started/getting-started", "getting-started/cadl-for-openapi-dev"],
},
{
type: "category",
@ -75,6 +75,7 @@ const sidebars = {
"extending-cadl/create-decorators",
"extending-cadl/linters",
"extending-cadl/emitters",
"extending-cadl/writing-scaffolding-template",
],
},
{