Skip to content

Commit

Permalink
adding disqus to other pages
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Jun 14, 2024
1 parent 0e9689b commit d561ded
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 5 deletions.
3 changes: 3 additions & 0 deletions src/desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ aside: false
<LinkComponent link="https://github.com/describo/desktop-releases/releases/latest" class="text-base">
https://github.com/describo/desktop-releases/releases/latest </LinkComponent>
</div>

<Disqus />

<FooterComponent class="mt-6"/>

<script setup>
Expand Down
2 changes: 2 additions & 0 deletions src/docs/component/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ aside: false
</InfoPanelComponent>

</div>

<Disqus />
2 changes: 2 additions & 0 deletions src/docs/guide/assistant-supported-discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,5 @@ unambiguous instructions are more likely to get the information you want.
</video>
</template>
</InfoPanelComponent>

<Disqus />
2 changes: 2 additions & 0 deletions src/docs/guide/five-minute-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ Well done, you created an RO-Crate by describing your data in a standard, spec c
- [JSON-LD](https://json-ld.org/)
- [schema.org](https://schema.org/)

<Disqus />

<script setup>
import { faCheck, faChampagneGlasses } from "@fortawesome/free-solid-svg-icons";
</script>
2 changes: 2 additions & 0 deletions src/docs/guide/prompt-engineering.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ here, here's a couple of links to sites that can help you go further.

- https://docs.anthropic.com/en/docs/prompt-engineering
- https://platform.openai.com/docs/guides/prompt-engineering

<Disqus />
2 changes: 2 additions & 0 deletions src/docs/guide/transcribing-content-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ been defined in the metadata. Notice the dropdown in the image shows the defined
for the first page?

<ImageComponent src="/images/guide-transcribing-content-assistant/assistant3.webp"></ImageComponent>

<Disqus />
2 changes: 2 additions & 0 deletions src/docs/guide/transcribing-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,5 @@ attributes. In the following example, the first entity has the class `unconfirme
does not meaning that the second has been confirmed.

<ImageComponent src="/images/guide-transcribing-content/transcribe8.webp"></ImageComponent>

<Disqus />
2 changes: 2 additions & 0 deletions src/docs/guide/working-with-a-crate.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ Then, when describing content, you will be presented with matching templates. No
under the section title "Associate an entity from saved templates".

<ImageComponent src="/images/guide-working-with-a-crate/template2.webp" />

<Disqus />
2 changes: 2 additions & 0 deletions src/docs/profiles/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Optionally, add a README to your folder - absolutely recommended but not an esse
</template>
</InfoPanelComponent>

<Disqus />

<script setup>

const cards = [
Expand Down
12 changes: 7 additions & 5 deletions src/vue-components/Disqus.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<template>
<div id="disqus_thread"></div>
<noscript
>Please enable JavaScript to view the
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript
>
<div class="mt-20">
<div id="disqus_thread"></div>
<noscript
>Please enable JavaScript to view the
<a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript
>
</div>
</template>

<script setup>
Expand Down

0 comments on commit d561ded

Please sign in to comment.