Skip to content

Commit

Permalink
Merge pull request deepset-ai#168 from deepset-ai/remove-classifier
Browse files Browse the repository at this point in the history
Remove classifier (until we re-implemented it without FARM)
  • Loading branch information
julian-risch committed Sep 28, 2021
2 parents d268938 + f994a98 commit fcb9fb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This project makes heavy use of Next.js's [getStaticProps](https://nextjs.org/do

### Overview & Usage Docs

These docs live in the `docs` directory, in the given version directory. The docs are written in .mdx, which allows us to include JSX inside these files. This allows us to add [Headless UI](http:https://headlessui.dev/) components, a React component library based on Tailwind.css. See the `components/Disclosures` and `components/Tabs` components as examples and how these are used inside of .mdx files such as `docs/v0.9.0/overview/get-started.mdx`. Whenever you want edit or create new documentation, simply do so by adding .mdx files to a given version directory or by editing existing .mdx files. For new files one additional step is required, please add the new page to the `menu.json` file which is located in the folder `docs/vX.X.X`. When you push a branch with your changes to GitHub, Vercel will automatically generate a preview environment for you (check the Vercel Dashboard to find the preview URL).
These docs live in the `docs` directory, in the given version directory. The docs are written in .mdx, which allows us to include JSX inside these files. This allows us to add [Headless UI](http:https://headlessui.dev/) components, a React component library based on Tailwind.css. See the `components/Disclosures` and `components/Tabs` components as examples and how these are used inside of .mdx files such as `docs/v0.9.0/overview/get-started.mdx`. Whenever you want edit or create new documentation, simply do so by adding .mdx files to a given version directory or by editing existing .mdx files. For new files one additional step is required, please add the new page to the `menu.json` file which is located in the folder `docs/vX.X.X`. In the same way, please remove a page from `menu.json` if it is not needed anymore, e.g., if the corresponding module has been deleted in haystack and therefore its documentation is not needed anymore. When you push a branch with your changes to GitHub, Vercel will automatically generate a preview environment for you (check the Vercel Dashboard to find the preview URL).

### Tutorial & Reference Docs

Expand Down
2 changes: 0 additions & 2 deletions docs/latest/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
{"slug": "reader", "title": "Reader"},
{"slug": "generator", "title": "Generator" },
{"slug": "summarizer", "title": "Summarizer"},
{"slug": "classifier", "title": "Classifier"},
{"slug": "translator", "title": "Translator"},
{"slug": "knowledge-graph", "title": "Knowledge Graph"},
{"slug": "ranker", "title": "Ranker"},
Expand Down Expand Up @@ -122,7 +121,6 @@
{ "slug": "pipelines", "title": "Pipelines" },
{"slug": "knowledge-graph", "title": "Knowledge Graph"},
{"slug": "graph-retriever", "title": "Graph Retriever"},
{"slug": "classifier", "title": "Classifier"},
{"slug": "question-generator", "title": "Question Generator"},
{"slug": "ranker", "title": "Ranker"}
]
Expand Down

0 comments on commit fcb9fb5

Please sign in to comment.