Skip to content

Commit

Permalink
another adobe api key trial
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Feb 8, 2024
1 parent 3800892 commit 74e36c8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This below section embeds a PDF version of an R Markdown program. The following
<script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function(){
var adobeDCView = new AdobeDC.View({clientId: "87012e61f32a48448278e5456b4bb51b", divId: "adobe-dc-view"});
var adobeDCView = new AdobeDC.View({clientId: "2623be4aa6784e3fabca41e54a08160b", divId: "adobe-dc-view"});
adobeDCView.previewFile({
content:{location: {url: "https://raw.githubusercontent.com/ready4-dev/aqol6dmap_use/main/Predict.pdf"}},
metaData:{fileName: "Bodea Brochure.pdf"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This below section embeds a PDF version of an R Markdown program. The following
<script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function(){
var adobeDCView = new AdobeDC.View({clientId: "87012e61f32a48448278e5456b4bb51b", divId: "adobe-dc-view"});
var adobeDCView = new AdobeDC.View({clientId: "2623be4aa6784e3fabca41e54a08160b", divId: "adobe-dc-view"});
adobeDCView.previewFile({
content:{location: {url: "https://raw.githubusercontent.com/ready4-dev/ttu_lng_aqol6_csp/main/CSP.pdf"}},
metaData:{fileName: "Bodea Brochure.pdf"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This below section embeds a PDF version of an R Markdown program. The following
<script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function(){
var adobeDCView = new AdobeDC.View({clientId: "87012e61f32a48448278e5456b4bb51b", divId: "adobe-dc-view"});
var adobeDCView = new AdobeDC.View({clientId: "2623be4aa6784e3fabca41e54a08160b", divId: "adobe-dc-view"});
adobeDCView.previewFile({
content:{location: {url: "https://raw.githubusercontent.com/ready4-dev/dce_sa_design/main/PDFs/CSDP.pdf"}},
metaData:{fileName: "Bodea Brochure.pdf"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This below section embeds a PDF version of an R Markdown program. The following
<script src="https://documentservices.adobe.com/view-sdk/viewer.js"></script>
<script type="text/javascript">
document.addEventListener("adobe_dc_view_sdk.ready", function(){
var adobeDCView = new AdobeDC.View({clientId: "87012e61f32a48448278e5456b4bb51b", divId: "adobe-dc-view"});
var adobeDCView = new AdobeDC.View({clientId: "2623be4aa6784e3fabca41e54a08160b", divId: "adobe-dc-view"});
adobeDCView.previewFile({
content:{location: {url: "https://raw.githubusercontent.com/ready4-dev/dce_sa_analysis/main/PDFs/CAP.pdf"}},
metaData:{fileName: "Bodea Brochure.pdf"}
Expand Down
4 changes: 2 additions & 2 deletions runme.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ c("Programs", # Check exclusions in RMD - may need to be updated.
# "Model-Choice/dce_sa_analysis.md",
# "Model-Choice/dce_sa_design.md") %>%
# purrr::walk(~write_new_credentials(paste0(paste0(project_dir_1L_chr,"/content/en/docs/model/analyses/Replication-Code/",.x),
# new_credentials_1L_chr = "87012e61f32a48448278e5456b4bb51b",
# new_credentials_1L_chr = "2623be4aa6784e3fabca41e54a08160b",
# old_credentials_1L_chr = "93f800c0e2594268b9482bea99e2e434",
# consent_1L_chr = "Y"))
# Prior to deployment
# write_new_credentials("./content/en/docs/Readyforwhatsnext/Spring To Life/Modules/Predict choice.md",
# old_credentials_1L_chr = "87012e61f32a48448278e5456b4bb51b",
# old_credentials_1L_chr = "2623be4aa6784e3fabca41e54a08160b",
# new_credentials_1L_chr = "93f800c0e2594268b9482bea99e2e434") # For local preview
## Deploy dependencies app
# library(rsconnect)
Expand Down

0 comments on commit 74e36c8

Please sign in to comment.