/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
before-desktop-docs-moved
docs/fsharp/index.yml
86 строк
3 KB
Phillip Carter
Add fsharp.core api ref to F# index page (#20347)
31 авг 2020, 18:20
Не верифицирован
31 авг 2020, 18:20
9eecb91
Код
Авторство
О чём код?
### YamlMime:Landing title: "F# documentation" summary: "Learn how to write any application using the F# programming language on .NET." metadata: title: "F# docs - get started, tutorials, reference." description: "Learn F# programming - for developers new to F#, and experienced F# / .NET developers" ms.topic: landing-page # Required author: cartermp ms.author: phcart ms.date: 08/29/2020 landingContent: - title: "Learn to program in F#" linkLists: - linkListType: get-started links: - text: "What is F#?" url: what-is-fsharp.md - text: "Install F#" url: get-started/install-fsharp.md - text: "Get started with F# in Visual Studio" url: get-started/get-started-visual-studio.md - text: "Get started with F# in Visual Studio Code" url: get-started/get-started-vscode.md - linkListType: download links: - text: Download the .NET Core SDK url: https://dotnet.microsoft.com/download - title: "F# fundamentals" linkLists: - linkListType: overview links: - text: "Tour of F#" url: tour.md - text: "Introduction to Functional Programming in F#" url: introduction-to-functional-programming/index.md - text: "First-class functions" url: introduction-to-functional-programming/first-class-functions.md - linkListType: concept links: - text: "F# style guide" url: style-guide/index.md - text: "F# code formatting guidelines" url: style-guide/formatting.md - text: "F# coding conventions" url: style-guide/conventions.md - linkListType: tutorial links: - text: "Async programming in F#" url: tutorials/asynchronous-and-concurrent-programming/async.md - title: "New features in F#" linkLists: - linkListType: whats-new links: - text: "What's new in F# 4.7" url: whats-new/fsharp-47.md - text: "What's new in F# 4.6" url: whats-new/fsharp-46.md - text: "What's new in F# 4.5" url: whats-new/fsharp-45.md - title: "F# language reference" linkLists: - linkListType: reference links: - text: "Language reference" url: language-reference/index.md - text: "Keyword reference" url: language-reference/keyword-reference.md - text: "Symbol and operator reference" url: language-reference/symbol-and-operator-reference/index.md - text: "Functions" url: language-reference/functions/index.md - text: "F# types" url: language-reference/fsharp-types.md - title: "F# Core Library reference" linkLists: - linkListType: reference links: - text: "FSharp.Core API reference" url: https://fsharp.github.io/fsharp-core-docs/