Skip to content

Commit

Permalink
Changed widget_access to socratiq
Browse files Browse the repository at this point in the history
  • Loading branch information
profvjreddi committed Nov 18, 2024
1 parent f444330 commit 696477d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions contents/ai/socratiq.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ Please note that this is an experimental feature. We are experimenting with the

You can enable SocratiQ by clicking the button below:

[Activate SocratiQ]{.btn .btn-success onclick="window.location.href = window.location.pathname + '?widget_access=true'"}
[Activate SocratiQ]{.btn .btn-success onclick="window.location.href = window.location.pathname + '?socratiq=true'"}

At anytime, you can deacticate SocratiQ by clicking this button:

[Deactivate SocratiQ]{.btn .btn-warning onclick="window.location.href = window.location.pathname + '?widget_access=false'"}
[Deactivate SocratiQ]{.btn .btn-warning onclick="window.location.href = window.location.pathname + '?socratiq=false'"}

:::{.callout-tip}
## Quick URL Access
You can directly control SocratiQ by adding these parameters to your URL:

- To activate: [mlsysbook.ai/?widget_access=true](https://mlsysbook.ai/?widget_access=true)
- To deactivate: [mlsysbook.ai/?widget_access=false](https://mlsysbook.ai/?widget_access=false)
- To activate: [mlsysbook.ai/?socratiq=true](https://mlsysbook.ai/?socratiq=true)
- To deactivate: [mlsysbook.ai/?socratiq=false](https://mlsysbook.ai/?socratiq=false)

This gives you quick access to toggle SocratiQ's functionality directly from your browser's address bar.
:::
Expand Down
4 changes: 2 additions & 2 deletions scripts/ai_menu/dist/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 696477d

Please sign in to comment.