Skip to content

Commit a2ecc8d

Browse files
committed
Integrate new feedback form docs and api ref
1 parent cf9e4fd commit a2ecc8d

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

.gitignore

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
.DS_Store
32
.asset-cache/
43
.bundle
54
.dockerignore
5+
.DS_Store
66
.editorconfig
77
.jekyll-metadata
88
.ruby-version
@@ -15,26 +15,28 @@
1515
/_layouts/
1616
/_plugins/
1717
/_templates/
18+
/_tools/RemoveHtmlExtensionFromApiRefSitemap/
1819
/docs-watcher/
1920
/favicon.ico
2021
/fonts/
2122
/styles/
22-
Dockerfile
23-
Gemfile
24-
Gemfile.lock
2523
_site
2624
_tempconfig.yml
2725
bs-config.js
2826
build-docs.sh
27+
CODEOWNERS
2928
copy_content.sh
3029
copy_local.sh
30+
Dockerfile
31+
exclude.txt
32+
Gemfile
33+
Gemfile.lock
3134
install-npm.sh
3235
knowledge-base.html
36+
LICENSE
3337
modify-config.sh
3438
robots.txt
3539
search.html
3640
start-docs.sh
37-
watch.sh
38-
LICENSE
3941
to_delete.md
40-
42+
watch.sh

_assetsApi/docfx-tmpl/src/partials/footer.tmpl.partial

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="footer" class="container-fluid pb-40">
2-
<input id="hidden-sheet-id" type="hidden" value="1HHlD_amgJPEh0GFobTkhTb9WBL9YbcKaYmlq-fCJb14">
3-
{{>partials/feedback}}
2+
<feedback-form product-code="TDP" icon-url="../assets/Avatar-DevCraft-big.svg">
3+
</feedback-form>
44
<div class="row mt-60">
55
<div class="col-lg-8 col-lg-offset-2">
66
<div class="row">

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ defaults:
337337
# Aliases available in the markdown template. The below will expand {{site.foo}} to Bar in the output
338338
# "foo": "Bar"
339339

340-
# Feedback Form Google Sheet ID
341-
ff-sheet-id: 1HHlD_amgJPEh0GFobTkhTb9WBL9YbcKaYmlq-fCJb14
340+
# Feedback Form Product Code
341+
productCode: TDP
342342

343343
# The google services configuration
344344
google_tag_manager: GTM-6X92

0 commit comments

Comments
 (0)