Created
October 13, 2018 23:01
-
-
Save mikesimps/81bf8f4dc5cee82e6a846f060270b03d to your computer and use it in GitHub Desktop.
Test Sources for open-force website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "type": "repository", | |
| "url": "https://github.com/open-force/website", | |
| "platform": "github" | |
| }, | |
| { | |
| "type": "gist", | |
| "name": "PermissionSets", | |
| "url": "https://gist.github.com/mikesimps/6427ea434581058a14fd3b084b87a5ff", | |
| "platform": "github" | |
| }, | |
| { | |
| "type": "website", | |
| "name": "Mike's Blog", | |
| "url": "https://mikesimps.com/blog", | |
| "topics": ["salesforce", "sfdx"], | |
| "owner": { | |
| "firstName": "Mike", | |
| "lastName": "Simpson", | |
| "username": "mikesimps", | |
| "website": "https://mikesimps.com", | |
| "avatarUrl": "https://raw.githubusercontent.com/mikesimps/mikesimps.github.io/master/assets/favicon-dark-297b65fa930e28afc34427db189e859d72385111ab883b4729787b70439a19c2.ico" | |
| }, | |
| "description": "It is a cool blog", | |
| "organization": { | |
| "name": "Self", | |
| "website": "https://mikesimps.com", | |
| "address": { | |
| "firstLine": "123 Main St", | |
| "secondLine": "", | |
| "city": "Durham", | |
| "stateProvince": "NC", | |
| "country": "USA", | |
| "lat": "1232", | |
| "long": "23434" | |
| } | |
| } | |
| }, | |
| { | |
| "type": "website", | |
| "name": "Wikipedia", | |
| "url": "https://www.wikipedia.org/", | |
| "description": "It is a cool site" | |
| }, | |
| { | |
| "name": "Custom Gitlab Name", | |
| "type": "repository", | |
| "url": "https://gitlab.com/mikesimps/mike-public-test", | |
| "platform": "gitlab" | |
| }, | |
| { | |
| "type": "repository", | |
| "url": "https://gitlab.com/mikesimps/mike-public-test", | |
| "platform": "bitbucket", | |
| "license": { | |
| "name": "GPL 3" | |
| } | |
| }] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment