# ktor-documentation **Repository Path**: wwqweiwenqiang_admin/ktor-documentation ## Basic Information - **Project Name**: ktor-documentation - **Description**: ktor示例 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: 1.5.4 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2023-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ktor Docs Welcome to the repository containing [Ktor documentation](https://ktor.io/docs/) and code samples. This repository is organized in the following way: * Documentation files are Markdown and XML files stored in the [topics](topics) folder. * The table of contents is stored in the `ktor.tree` file. * The [codeSnippets](codeSnippets) folder contains a Gradle project with runnable code samples demonstrating Ktor capabilities. ## Contributing There are multiple ways in which you can contribute to Ktor docs: * Scroll down to the bottom of a documentation page and send feedback from the **'Was this page helpful'** area. * Create an issue in [YouTrack](https://youtrack.jetbrains.com/issues/KTOR). * Fork this documentation repository, make additions or changes, and submit a [pull request](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests) to merge to the **main** branch. > If you want to add some code to documentation, consider creating a code snippet or a runnable code example in [codeSnippets](codeSnippets) and then add a reference to it.