Skip to content

Commit e3c0f11

Browse files
davidchesnutVesaJuvonen
authored andcommitted
making uploading the workbench less confusing (SharePoint#255)
1 parent 79c42fc commit e3c0f11

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/spfx/set-up-your-developer-tenant.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ In the left sidebar, choose the **apps** menu item and then choose **App Catalog
2525
Choose **OK** to create a new app catalog site.
2626

2727
In the next page, enter the following details:
28+
2829
* **Title**: Enter **App Catalog**.
29-
* **Web Site Address _suffix_**: Enter your preferred suffix for app catalog; for example: **apps**.
30+
* **Web Site Address _suffix_**: Enter your preferred suffix for the app catalog; for example: **apps**.
3031
* **Administrator**: Enter your username and choose the **resolve** button to resolve the username.
3132

3233
Choose **OK** to create the app catalog site.
@@ -56,21 +57,24 @@ Choose **OK** to create the site collection.
5657
SharePoint will create the developer site and you will be able to see its progress in the SharePoint admin center. After the site is created, you can browse to your developer site collection.
5758

5859
## Set up a document library
59-
In order to use the preview features, you will need to set up a document library with a new column and upload SharePoint workbench. This procedure uses the default document library in your developer site collection. This will be called **Documents** in the left navigation.
60+
In order to use the features of the SharePoint Framework, you will need to set up a document library with a new column and upload SharePoint workbench. This procedure uses the default document library in your developer site collection. This will be called **Documents** in the left navigation.
6061

62+
* Go to your developer site in a browser.
6163
* Choose the gears icon on the top right and then choose **Site settings** to open the settings page.
6264
* Choose **Site libraries and lists** under the **Site Administration** category.
6365
* Choose **Customize Documents**
6466
* Choose **Create column** under **Columns**
6567
* Enter **ClientSideApplicationId** as the column name and leave the other fields at their current values.
6668
* Choose **OK** to create the column.
6769

68-
## Upload the SharePoint workbench
69-
You need to upload the SharePoint workbench to test your web parts on SharePoint.
70+
## Put the SharePoint workbench in the document library
71+
You need the SharePoint workbench on your developer site to test your web parts on SharePoint.
7072

7173
* Download the [workbench.aspx](https://github.com/SharePoint/sp-dev-docs/blob/master/workbench.aspx) file to your local computer. To do this:
72-
- Open the context menu (right-click) on the "raw" link in the middle of the page and choose **Save Target As** or **Save Link As** (depending on your browser) to save the file as **workbench.aspx** to your local computer.
73-
* Upload the file to the **Documents** library in the dev site collection.
74+
- Open the context menu (right-click) on the file content in the middle of the page and choose **Save Target As** or **Save Link As** (depending on your browser) to save the file as **workbench.aspx** to your local computer.
75+
* Upload the file to the **Documents** library in the developer site collection. To do this:
76+
- Open the **Documents** library on SharePoint.
77+
- Drag and drop the workbench.aspx to the **Documents** library. Or you can choose **Upload** from the **Documents** library and locate and upload the workbench.aspx file.
7478

7579
##Troubleshooting
7680
If you get the following exception when moving to the workbench.aspx page:

0 commit comments

Comments
 (0)