Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class ResourcesPage extends React.Component<any, any> {
<h3>Fabric Design Toolkit</h3>
<p>The Fabric design toolkit is built with Adobe XD and provides controls and layout templates that enable you to create seamless, beautiful Office experiences.</p>
<ul>
<li><a className={ styles.relatedLink } href='https://static2.sharepointonline.com/files/fabric/fabric-website/files/officeuifabric_v4.0.0.zip'>Adobe XD Toolkit</a></li>
<li><a className={ styles.relatedLink } href='https://aka.ms/fabric-toolkit'>Adobe XD Toolkit</a></li>
<li><a className={ styles.relatedLink } href='https://microsoft.sharepoint.com/teams/OfficeUIFabric97'>Adobe XD Toolkit (Microsoft employees)</a></li>
</ul>

Expand All @@ -54,6 +54,12 @@ export class ResourcesPage extends React.Component<any, any> {
<li><a className={ styles.relatedLink } href='https://static2.sharepointonline.com/files/fabric/fabric-website/files/sharepoint_toolkit.zip'>SharePoint XD Toolkit</a></li>
</ul>

<h3>Office Add-ins Toolkit</h3>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we have 'Design' in the other two titles, maybe this should read 'Office Add-ins Design Toolkit' ?

<p>The Add-in design toolkit provides layouts for interface elements and commonly used UX patterns in Word, Excel, and PowerPoint. Use it together with the Fabric design toolkit to create an add-in that fits seamlessly with Office.</p>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another nit: add 's' to Add-in(s) - I'm seeing it plural everywhere else.

<ul>
<li><a className={ styles.relatedLink } href='https://aka.ms/addins_toolkit'>Add-in XD Toolkit</a></li>
</ul>

<h3>Fonts</h3>
<ul>
<li><a className={ styles.relatedLink } href='https://static2.sharepointonline.com/files/fabric/fabric-website/files/segoeui_fabricmdl2_icon_fonts.zip'>Segoe UI and Fabric MDL2 icon font</a></li>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/fabric-website",
"comment": "Add Office Add-ins Toolkit",
"type": "minor"
}
],
"packageName": "@uifabric/fabric-website",
"email": "v-jojanz@microsoft.com"
}