Skip to content

Commit 4c313e6

Browse files
committed
Updates docs
1 parent 7e7ae83 commit 4c313e6

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

docs/src/content/docs/features/management-capabilities.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ SPFx Toolkit will also check your tenant for any tenant-wide extensions that are
2424
- **Remove**: Removes the tenant wide extension from the tenant wide extension list. It does not remove the SPFx package from the app catalog.
2525
- **Enable**: Enables the extension on your tenant.
2626
- **Disable**: Disables the extension on your tenant.
27+
- **Update**: Allows to update all of the tenant-wide extension properties like: Title, Properties, Web template in which the extension will be present, List template, sequence and host properties.
28+
29+
![tenant-wide-extensions-management-capabilities](../../../../../assets/images/tenant-wide-extensions-management-capabilities.png)
2730

2831
## App Catalogs management
2932

docs/src/content/docs/features/welcome-experience-and-walkthrough.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ description: Discover the SPFx Toolkit's welcome experience and walkthrough, gui
55

66
## Welcome Experience
77

8-
The extension automatically detects if your VS Code is opened in the context of SharePoint Framework project. If it is not, then SPFx Toolkit will present a welcome experience that will guide you through the process of setting up your local environment for SharePoint Framework development and creating your very first project.
8+
The extension automatically detects if your VS Code is opened in the context of SharePoint Framework project. If it is not, then SPFx Toolkit will present a welcome experience that will allow you to sign in and manage your SPFx solutions as well as it will guide you through the process of setting up your local environment for SharePoint Framework development and creating your very first project.
99

1010
![welcome-experience](../../../../../assets/images/welcome-experience.png)
1111

12-
Directly from this view, you may create a new project either from scratch or based on one of the available samples from the sample gallery. It is also possible to open an already existing project using Open folder button.
12+
Directly from this view, using actions pane, you may create a new project either from scratch or based on one of the available samples from the sample gallery.
1313

1414
To ensure you are ready for SharePoint Framework development, the toolkit may check your local workspace for the needed global dependencies, like the correct Node version, gulp cli, or yeoman generator, and install them if needed with a single click.
1515

16+
You may also kick off your work with AI by using the 'Use @spfx in GitHub Copilot' action which will transfer you to GitHub Copilot Chat using SPFx dedicated [chat participant](./github-copilot-capabilities#chat-participant).
17+
18+
The extension also allows you to sign in to your Microsoft 365 tenant to gain access to the extension management capabilities allowing you to manage apps on your tenant and site level app catalogs as well as manage your tenant-wide extensions. Check out more about [SPFx Toolkit management capabilities](./management-capabilities).
19+
20+
Last but not least, directly in the welcome experience, you may find helpful links to additional resources, tools and documentation to help you get started with SharePoint Framework development.
21+
1622
## Walkthrough
1723

1824
When running the extension for the first time, it will open up a step-by-step walkthrough that will provide guidance on how to get started with SharePoint Framework development and will go over the main functionalities of SharePoint Framework (SPFx) Toolkit.

0 commit comments

Comments
 (0)