Skip to content

Commit

Permalink
docs(website): reorganize nav bar and add FAQ link
Browse files Browse the repository at this point in the history
  • Loading branch information
deepyaman committed Sep 25, 2024
1 parent e03b793 commit 446100a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 14 deletions.
35 changes: 21 additions & 14 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,22 @@ website:
- text: "Tutorial"
href: tutorial/index.qmd
- sidebar:reference
- sidebar:FAQ
- text: "Help"
menu:
- text: "Report a bug"
icon: bug
href: https://github.com/ibis-project/ibis-ml/issues
- text: "Ask a question"
icon: chat-right-text
href: https://ibis-project.zulipchat.com/#narrow/stream/426262-ibis-ml
- text: "FAQ"
icon: question-circle
href: faq/index.qmd

tools:
- icon: github
menu:
- text: Source code
url: https://github.com/ibis-project/ibis-ml
- text: Open an issue
url: https://github.com/ibis-project/ibis-ml/issues
href: https://github.com/ibis-project/ibis-ml
text: IbisML repository

sidebar:
- id: ""
Expand All @@ -81,14 +88,6 @@ website:
- reference/steps-outlier-handling.qmd
- reference/steps-temporal-feature-extraction.qmd
- reference/steps-other.qmd
- id: FAQ
title: "FAQ"
style: "docked"
collapse-level: 2
contents:
- id: how_to_create_transformer
title: "How to create your own transformer"
href: tutorial/how_to_create_your_own_transformer.qmd

- section: Support
contents:
Expand All @@ -98,6 +97,14 @@ website:
contents:
- reference/utils-data-splitting.qmd

- id: faq
title: "Frequently asked questions"
style: "docked"
contents:
- section: faq/index.qmd
contents:
- faq/custom-step.qmd

format:
html:
theme:
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions docs/faq/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Frequently asked questions"
---

### Can I define my own IbisML step?

If IbisML does not support the step you need out of the box, you can [create a custom step](custom-step.qmd).

0 comments on commit 446100a

Please sign in to comment.