Last active
January 23, 2024 15:33
-
-
Save scripting/a7477973f8ec4939fb66f5d09a76259f to your computer and use it in GitHub Desktop.
I am testing to see if the URL of a Gist changes when you edit it
This file contains 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
{ | |
"githubServeFrom": { | |
"username": "scripting", | |
"repository": "SomePrivateRepoasdfasdfxxxx", | |
"path": "docs", | |
"accessToken": "hellofromsanjose" | |
}, | |
"indexFilename": "README", | |
"urlDefaultMarkdownTemplate": "https://s3.amazonaws.com/scripting.com/code/feedland/docswebsite/markdowntemplate.txt", | |
"pageParams": { | |
"productnameForDisplay": "Review Docs" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment