Skip to content

Commit

Permalink
Update v17 to remove version number in branch links
Browse files Browse the repository at this point in the history
  • Loading branch information
johnman committed Jan 29, 2024
1 parent 46b51f8 commit f982603
Show file tree
Hide file tree
Showing 67 changed files with 233 additions and 233 deletions.
38 changes: 19 additions & 19 deletions README.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions how-to/automation-testing/register-with-home-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "OpenFin Workspace Starter Automation Tests",
"scripts": {
"build": "echo Nothing to build",
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-home/manifest.fin.json ./tests/**/*.spec.js --reporter ./mocha.reporter.json --testFailCount 1 --workspace 17.0.12",
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --reporter ./mocha.reporter.json --testFailCount 1 --workspace 17.0.12",
"test-local-mocha": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --workspace 17.0.12",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-home/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --reporter ./jasmine.reporter.json --testFailCount 1 --workspace 17.0.12",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --reporter ./jasmine.reporter.json --testFailCount 1 --workspace 17.0.12",
"test-local-jasmine": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --workspace 17.0.12",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-home/manifest.fin.json ./tests/**/*.spec.js --framework jest --reporter ./jest.reporter.json --testFailCount 1 --workspace 17.0.12",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --framework jest --reporter ./jest.reporter.json --testFailCount 1 --workspace 17.0.12",
"test-local-jest": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jest --workspace 17.0.12",
"test-offline": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --offline --storageFolder=./offline-storage --workspace 17.0.12",
"test-remote-mocha-selenium": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-home/manifest.fin.json ./tests/**/*.spec.js --driver=selenium --workspace 17.0.12",
"test-remote-mocha-selenium": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.js --driver=selenium --workspace 17.0.12",
"test-local-mocha-selenium": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --driver=selenium --workspace 17.0.12"
},
"author": "[email protected]",
Expand Down
8 changes: 4 additions & 4 deletions how-to/automation-testing/register-with-home-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "OpenFin Workspace Starter Automation Tests",
"scripts": {
"build": "echo Nothing to build",
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --workspace 17.0.12 --testFailCount 1",
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --workspace 17.0.12 --testFailCount 1",
"test-local-mocha": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --workspace 17.0.12 --testFailCount 1",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --framework jasmine --workspace 17.0.12 --testFailCount 1",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --framework jasmine --workspace 17.0.12 --testFailCount 1",
"test-local-jasmine": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --framework jasmine --workspace 17.0.12 --testFailCount 1",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --framework jest --workspace 17.0.12 --testFailCount 1",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --framework jest --workspace 17.0.12 --testFailCount 1",
"test-local-jest": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --framework jest --workspace 17.0.12 --testFailCount 1",
"test-offline": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --offline --storageFolder=./offline-storage --workspace 17.0.12 --testFailCount 1",
"test-remote-mocha-selenium": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --driver=selenium --workspace 17.0.12 --testFailCount 1",
"test-remote-mocha-selenium": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-home/manifest.fin.json ./tests/**/*.spec.ts --driver=selenium --workspace 17.0.12 --testFailCount 1",
"test-local-mocha-selenium": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.ts --driver=selenium --workspace 17.0.12 --testFailCount 1"
},
"author": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions how-to/automation-testing/register-with-store-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "OpenFin Workspace Starter Automation Tests",
"scripts": {
"build": "echo Nothing to build",
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-store/manifest.fin.json ./tests/**/*.spec.js --workspace 17.0.12",
"test-remote-mocha": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-store/manifest.fin.json ./tests/**/*.spec.js --workspace 17.0.12",
"test-local-mocha": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --workspace 17.0.12",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-store/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --workspace 17.0.12",
"test-remote-jasmine": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-store/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --workspace 17.0.12",
"test-local-jasmine": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jasmine --workspace 17.0.12",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-store/manifest.fin.json ./tests/**/*.spec.js --framework jest --workspace 17.0.12",
"test-remote-jest": "of-automation https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-store/manifest.fin.json ./tests/**/*.spec.js --framework jest --workspace 17.0.12",
"test-local-jest": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --framework jest --workspace 17.0.12",
"test-offline": "of-automation http://localhost:8080/manifest.fin.json ./tests/**/*.spec.js --offline --storageFolder=./offline-storage --workspace 17.0.12"
},
Expand Down
2 changes: 1 addition & 1 deletion how-to/automation-testing/selenium/selenium.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function runMochaTests() {
// The version of the chromedriver in the package.json should match the runtime version from the app manifest.
// e.g. if the manifest runtime version is 34.118.78.79 then the chromedriver version should be "118.0.0"
const testManifestUrl =
'https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-home/manifest.fin.json';
'https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-home/manifest.fin.json';
const chromeDriverPort = 5678;
const devToolsPort = 9122;

Expand Down
2 changes: 1 addition & 1 deletion how-to/automation-testing/wdio/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const path = require('path');
// The version of the chromedriver in the package.json should match the runtime version from the app manifest.
// e.g. if the manifest runtime version is 34.118.78.79 then the chromedriver version should be '118.0.0'
const manifestUrl =
'https://built-on-openfin.github.io/workspace-starter/workspace/vnext/register-with-home/manifest.fin.json';
'https://built-on-openfin.github.io/workspace-starter/workspace/v17.0.0/register-with-home/manifest.fin.json';
const chromeDriverPort = 5843;
const devToolsPort = 9123;

Expand Down
2 changes: 1 addition & 1 deletion how-to/customize-home-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To run this sample you can:
- Clone this repo and follow the instructions below. This will let you customize the sample to learn more about our APIs.
- Launch the Github hosted version of this sample to interact with it by going to the following link:

[Github Workspace Starter Customize Home Templates](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv17.0.12%2Fcustomize-home-templates%2Fmanifest.fin.json)
[Github Workspace Starter Customize Home Templates](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv17.0.0%2Fcustomize-home-templates%2Fmanifest.fin.json)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion how-to/customize-home-templates/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Customize Home Templates - v17.0.12",
"name": "Customize Home Templates - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate Server Authentication - v17.0.12",
"name": "Integrate Server Authentication - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with Bloomberg Terminal - Basic - v17.0.12",
"name": "Integrate with Bloomberg Terminal - Basic - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-excel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This application you are about to install is a simple example of plugging in you
To run this sample you can:

- Clone this repo and follow the instructions below. This will let you customize the sample to learn more about our APIs.
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Integrate with Excel](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv17.0.12%2Fintegrate-with-excel%2Fmanifest.fin.json)
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Integrate with Excel](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv17.0.0%2Fintegrate-with-excel%2Fmanifest.fin.json)

## Getting Started

Expand Down
8 changes: 4 additions & 4 deletions how-to/integrate-with-excel/client/src/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const FDC3_BROADCAST: App = {
description:
"This is an example view used to demonstrate the broadcasting and listening of passed context objects using the fdc3 api.",
manifest:
"https://built-on-openfin.github.io/dev-extensions/extensions/vnext/interop/fdc3/context/fdc3-broadcast-view.json",
"https://built-on-openfin.github.io/dev-extensions/extensions/v17.0.0/interop/fdc3/context/fdc3-broadcast-view.json",
manifestType: "view",
icons: [
{
Expand All @@ -58,7 +58,7 @@ const FDC3_BROADCAST: App = {
intents: [],
images: [
{
src: "https://built-on-openfin.github.io/dev-extensions/extensions/vnext/interop/images/previews/view-context-fdc3.png"
src: "https://built-on-openfin.github.io/dev-extensions/extensions/v17.0.0/interop/images/previews/view-context-fdc3.png"
}
],
tags: ["view", "fdc3", "tools"]
Expand All @@ -73,7 +73,7 @@ const INTEROP_BROADCAST: App = {
description:
"This is an example of setting and listening to context using the interop api and seeing a code sample of how to do it.",
manifest:
"https://built-on-openfin.github.io/dev-extensions/extensions/vnext/interop/interop-api/context/interop-broadcast-view.json",
"https://built-on-openfin.github.io/dev-extensions/extensions/v17.0.0/interop/interop-api/context/interop-broadcast-view.json",
manifestType: "view",
icons: [
{
Expand All @@ -86,7 +86,7 @@ const INTEROP_BROADCAST: App = {
intents: [],
images: [
{
src: "https://built-on-openfin.github.io/dev-extensions/extensions/vnext/interop/images/previews/view-context-interop-api.png"
src: "https://built-on-openfin.github.io/dev-extensions/extensions/v17.0.0/interop/images/previews/view-context-interop-api.png"
}
],
tags: ["view", "interop", "tools"]
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-excel/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Excel - v17.0.12",
"name": "Integrate With Excel - v17.0.0",
"target": ["desktop", "start-menu"]
},
"appAssets": [
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-ms365-basic/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with Microsoft 365 - Basic - v17.0.12",
"name": "Integrate with Microsoft 365 - Basic - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Microsoft 365 Low Code - Basic - v17.0.12",
"name": "Integrate With Microsoft 365 Low Code - Basic - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Microsoft 365 Low Code Integration - v17.0.12",
"name": "Integrate With Microsoft 365 Low Code Integration - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-ms365/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Microsoft 365 - v17.0.12",
"name": "Integrate With Microsoft 365 - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with OpenId Connect - v17.0.12",
"name": "Integrate with OpenId Connect - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-rss/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with RSS - v17.0.12",
"name": "Integrate with RSS - v17.0.0",
"target": ["desktop", "start-menu"]
},
"customSettings": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with Salesforce - Basic - v17.0.12",
"name": "Integrate with Salesforce - Basic - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-salesforce/client/src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function interopOverride(InteropBroker: OpenFin.Constructor<OpenFin.InteropBroke
const platform = getCurrentSync();
await platform.createView({
name: "fdc3-intent-view",
url: " https://built-on-openfin.github.io/dev-extensions/extensions/vnext/interop/fdc3/intent/fdc3-intent-view.html",
url: " https://built-on-openfin.github.io/dev-extensions/extensions/v17.0.0/interop/fdc3/intent/fdc3-intent-view.html",
fdc3InteropApi: "1.2",
interop: {
currentContextGroup: "green"
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-salesforce/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do in relation to Salesforce.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Salesforce - v17.0.12",
"name": "Integrate With Salesforce - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with ServiceNow - Basic - v17.0.12",
"name": "Integrate with ServiceNow - Basic - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-servicenow/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With ServiceNow - v17.0.12",
"name": "Integrate With ServiceNow - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-snap-basic/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with Snap - Basic - v17.0.12",
"name": "Integrate with Snap - Basic - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-snap/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Snap - v17.0.12",
"name": "Integrate With Snap - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This example assumes you have already [set up your development environment](http
To run this sample you can:

- Clone this repo and follow the instructions below. This will let you customize the sample to learn more about our APIs.
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Browser](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv17.0.12%2Fregister-with-browser%2Fmanifest.fin.json)
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Browser](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv17.0.0%2Fregister-with-browser%2Fmanifest.fin.json)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-browser/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "https://www.openfin.co/favicon.ico",
"name": "Launch Browser Windows - v17.0.12",
"name": "Launch Browser Windows - v17.0.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-dock-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This example assumes you have already [set up your development environment](http
To run this sample you can:

- Clone this repo and follow the instructions below. This will let you customize the sample to learn more about our APIs.
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Dock Basic](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv17.0.12%2Fregister-with-dock-basic%2Fmanifest.fin.json)
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Dock Basic](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv17.0.0%2Fregister-with-dock-basic%2Fmanifest.fin.json)

## Getting Started

Expand Down
Loading

0 comments on commit f982603

Please sign in to comment.