Github
{% if current_config.content_type.github %}
{% if current_model_state.github == False %}
{% else %}
{% endif %}
{% endif %}
Set repositories to index
{% if current_config.content_type.github %}
Disable
{% endif %}
Notion
{% if current_config.content_type.notion %}
{% if current_model_state.notion == False %}
{% else %}
{% endif %}
{% endif %}
Configure your settings from Notion
{% if current_config.content_type.notion %}
Disable
{% endif %}
Markdown
{% if current_config.content_type.markdown %}
{% if current_model_state.markdown == False%}
{% else %}
{% endif %}
{% endif %}
Set markdown files to index
{% if current_config.content_type.markdown %}
Disable
{% endif %}
Org
{% if current_config.content_type.org %}
{% if current_model_state.org == False %}
{% else %}
{% endif %}
{% endif %}
{% if current_config.content_type.org %}
Disable
{% endif %}
PDF
{% if current_config.content_type.pdf %}
{% if current_model_state.pdf == False %}
{% else %}
{% endif %}
{% endif %}
{% if current_config.content_type.pdf %}
Disable
{% endif %}
Plaintext
{% if current_config.content_type.plaintext %}
{% if current_model_state.plaintext == False %}
{% else %}
{% endif %}
{% endif %}
Set Plaintext files to index
{% if current_config.content_type.plaintext %}
Disable
{% endif %}