Skip to content

Commit 2ef9570

Browse files
Update Project Title To Align With Branding Guidelines (microsoft#170)
Description of changes Update all instances of the project title to align with branding guidelines.
1 parent 4e000f2 commit 2ef9570

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Visual Studio Code Webview UI Toolkit
1+
# Webview UI Toolkit for Visual Studio Code
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen)](https://opensource.org/licenses/MIT)
44
[![NPM Version](https://img.shields.io/badge/npm-v0.6.1-blue)](https://github.com/microsoft/vscode-webview-toolkit)
55
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-blue)](https://www.typescriptlang.org/)
66

77
## Introduction
88

9-
The VS Code Webview UI Toolkit is a component library made for building webview-based extension UIs in VS Code that match the native look and behavior of VS Code itself. Features of the library include:
9+
The Webview UI Toolkit for VS Code is a component library made for building webview-based extension UIs in VS Code that match the native look and behavior of VS Code itself. Features of the library include:
1010

1111
- **Implements The VS Code Design Language:** All components implement the VS Code design language, enabling developers to create extensions that have a consistent look and feel with the rest of VS Code.
1212
- **Theming As A First Class Citizen:** All components were designed with theming in mind and the toolkit ships with utilities that automatically consume and apply VS Code color theme changes.

docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Open the Command Pallette (`Crtl + Shift + P` or `Cmd + Shift + P` on Mac), sear
206206

207207
## Next steps
208208

209-
Congratulations on getting started with the VS Code Webview UI Toolkit! 🎊
209+
Congratulations on getting started with the Webview UI Toolkit! 🎊
210210

211211
Now that you're set up, checkout the component docs for further documentation on what components are available and how to use them. Further component documentation and some guides on how to work with webviews is also provided too. Happy hacking!
212212

docs/storybook/Introduction.stories.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import {Meta} from '@storybook/addon-docs/blocks';
22

33
<Meta title="Docs/Introduction" parameters={{options: {isToolshown: false}}} />
44

5-
# Visual Studio Code Webview UI Toolkit
5+
# Webview UI Toolkit for Visual Studio Code
66

77
Welcome to the Webview UI Toolkit Storybook! 👋
88

9-
The [VS Code UI Webview Toolkit](https://github.com/microsoft/vscode-webview-toolkit) is a component library made for building webview-based extensions in Visual Studio Code that match the native look and behavior of VS Code itself. Features of the library include:
9+
The [Webview UI Toolkit](https://github.com/microsoft/vscode-webview-toolkit) is a component library made for building webview-based extensions in Visual Studio Code that match the native look and behavior of VS Code itself. Features of the library include:
1010

1111
- **Implements The VS Code Design Language:** All components implement the VS Code design language, enabling developers to create extensions that have a consistent look and feel with the rest of VS Code.
1212
- **Theming As A First Class Citizen:** All components were designed with theming in mind and the toolkit ships with utilities that automatically consume and apply VS Code color theme changes.

0 commit comments

Comments
 (0)