Граф коммитов

38 Коммитов

Автор SHA1 Сообщение Дата
Brian Terlson 97cfa1163e
Simplify Readme (#2864) 2024-01-30 16:18:37 -08:00
Viktor Szépe c297a14802
Fix Markdown in README (#2849)
Add a missing backtick.

Please consider using https://github.com/DavidAnson/markdownlint-cli2 to
keep your Markdown healthy.
2024-01-29 08:15:32 -08:00
Jordan Danford 9f556004ec
Clean up capitalization, parentheses, and phrasing in docs (#2817)
I updated library documentation links
(https://microsoft.github.io/typespec/libraries =>
https://typespec.io/docs/libraries), should I update the other
https://microsoft.github.io links as well?
2024-01-25 10:40:16 -08:00
Timothee Guerin 8bb2a91f84
Update playground links (#2681)
Now that the playground in the website is ready we can point there
instead
2023-11-17 13:07:33 -08:00
Nick Guerrera 7a8197f620
Use canonical github microsoft/typespec org/repo casing (all lowercase) (#2038) 2023-06-08 15:50:57 -05:00
Nick Guerrera 0b2b682535
Fix link to playground in README (#1739) 2023-03-22 22:25:41 +00:00
David Wilson 3e669c74c1
Split core HTTP functionality from `@typespec/rest` into `@typespec/http` (#1668)
* Decouple `autoRoute` from HTTP library routing implementation

* Split HTTP functionality of `@typespec/rest` to `@typespec/http`

* Lint and format

* Add Rush change files

* Update playground

* Generate separate documentation for HTTP library

* Minor cleanup and library references

* Add back `isAutoRoute` accessor function

* Add `OperationParameterOptions` to customize operation parameter logic

* Update playground configuration to add `@typespec/http` import

* Remove duplicate diagnostics in REST library

* Update REST and HTTP README files

* Add a changelog entry about `@routeReset` removal
2023-02-27 10:29:55 -08:00
Allen Zhang 60b42557c3
Changing TypeSpec output to tsp-output and entrypoint to tspMain (#1665)
* Changing output to tsp-output and entrypoint to tspMain

* fixing test case
2023-02-21 22:23:38 +00:00
Allen Zhang ec21edc669
Type spec rename follow-up items (#1660)
* minor rename followup

* update compiler homepage link in package.json

* Revert playground host name for a later fix.

* add changelog
2023-02-17 13:35:12 -08:00
Allen Zhang c1a5ffd887 3/3 Rush update, rebuild, format, and changelog successful 2023-02-16 13:07:22 -08:00
Allen Zhang 064161d827 1/3 TypeSpec: Find/Replace Content 2023-02-16 13:07:22 -08:00
Travis Prescott 1efc314ef7
Documentation fixes (#1581)
* Fixes #1549.

* Fixes #1561.
2023-01-25 14:39:02 -08:00
Allen Zhang 6e8976a343
Address some doc issues per #567 (#1326)
* Address some doc issues per #567

* remove npx in usage.md

* CR fix
2022-12-01 23:25:17 +00:00
Libba Lawrence 9e92c4fc59
Fix broken readme link to doc (#1275) 2022-11-15 17:58:14 +00:00
Nick Guerrera a0270f7d54
Fix broken links to tutorial, point to documentation (#1114) 2022-10-03 22:29:53 +00:00
Timothee Guerin 90d84de1fb
Setup spell check and fix issues in markdown, ts and changelogs (#1000) 2022-09-09 19:54:18 +00:00
Timothee Guerin 3b8d075b86
Various docs: Versioning, friendlyName, etc. (#911) 2022-09-08 21:16:59 +00:00
Timothee Guerin 8a0b35d915
Resolve blank line added at the end of embedded code block (#936) 2022-08-29 18:02:20 +00:00
Allen Zhang e84b800c12
Documentation update (#807)
* Document update

* changelog update

* review feedback

* update @oneOf
2022-08-04 01:04:41 +00:00
Laurent Mazuel ed34cd8983
Add server to tuto and doc (#686)
Co-authored-by: Timothee Guerin <tiguerin@microsoft.com>
2022-07-07 17:12:57 +00:00
Timothee Guerin 746620a62e
Add docs to consume preview packages (#544) 2022-05-24 10:32:37 -07:00
Timothee Guerin c3bb64cb18
Add docs for cadl-path in VS (#479) 2022-05-04 21:33:22 +00:00
Timothee Guerin 43b45ed6bf
Fix invalid @next links for non scoped packages (#478) 2022-04-25 15:23:09 -07:00
Timothee Guerin d1d8d827d4
Update readme with @next links (#476) 2022-04-25 11:58:52 -07:00
Timothee Guerin 19e203dcca
Add ability to ignore pattern when formatting (#435) 2022-04-11 20:29:06 +00:00
Timothee Guerin 5d057edf60
Fix old Azure/adl links (#385) 2022-03-31 08:26:21 -07:00
Timothee Guerin e395050d83
Improve getting started docs (#345) 2022-03-21 12:48:20 -07:00
F. Hinkelmann a14d13105e
Update Readme with main.cadl filename (#339) 2022-03-18 11:46:15 -07:00
Timothee Guerin 77b8507ba2
Fix invalid use of verb decorators in docs (#260) 2022-02-15 17:55:26 +00:00
Nick Guerrera e7d656075b
Small formatting and syntax highlighting improvements (#73)
1. Format *.cadl on save in our repo. This required some extra knobs in
.vscode/settings.json and .prettierrc.json. These are not required when
referencing the prettier plugin via npm, but we need a workaround to consume
the plugin this way from source.

2. Fix a formatter bug with operations that return anonymous models where
the braces around the return model were dropped.

3. Add cadl syntax highlighting to markdown ```cadl blocks
2021-11-22 13:04:36 -06:00
Nick Guerrera 53cbecc69c
Use prettier for markdown too (#72) 2021-11-19 15:52:17 +00:00
Nick Guerrera 583f69667a
Update package list in README (#70)
Also make the latest image link to npmjs.com package page
2021-11-18 10:57:20 -06:00
Nick Guerrera 5068fc4393
Fix example in README (#67) 2021-11-17 18:08:07 +00:00
Timothee Guerin 02d9f1299c
Feature: docker image (#57) 2021-11-12 11:17:46 -08:00
Timothee Guerin e3f808b899
VSCode server path use compiler path instead of bin (#43) 2021-11-05 11:10:57 -07:00
Nick Guerrera 826cd43aa8
Fix broken link in README (#22) 2021-10-27 12:00:00 -05:00
Nick Guerrera d649b44771
Port over CONTRIBUTING.md to OSS repo (#9)
Also minimally update README to cover OpenAPI 3.0 and cover `cadl compile`
with more technical correctness.
2021-10-22 16:31:45 -05:00
Nick Guerrera 2c5454dc1a Port build process to new OSS repo 2021-10-19 15:21:39 -05:00