Skip to content

Commit

Permalink
chore(docs): title changes in tools section (#3758)
Browse files Browse the repository at this point in the history
Some more title changes based on SEO recommendations.

See: #3164

## Checklist

- [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [x] Description explains motivation and solution
- [x] Tests added (always)
- [x] Docs updated (only required for features)
- [x] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
hasanaburayyan authored Aug 15, 2023
1 parent 2270700 commit ef8b1e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/docs/06-tools/01-cli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: CLI user manual
title: "CLI User Manual: Compile, Test, and Run Wing Programs"
id: cli
sidebar_label: CLI User Manual
description: Wing CLI reference
keywords: [Wing reference, Wing language, language, Wing language spec, Wing programming language, cli]
---
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/06-tools/03-plugins.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Compiler plugins
title: "Extending The Wing Compiler: Plugin Design and Hooks"
id: compiler-plugins
description: Wing compiler plugins reference
sidebar_label: Compiler Plugins
keywords: [Wing reference, Wing language, language, Wing language spec, Wing programming language, compiler plugins]
---

Expand Down

0 comments on commit ef8b1e4

Please sign in to comment.