Skip to content

Commit

Permalink
Get on track with master.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbartusch committed May 12, 2024
2 parents 3f4e373 + 31882b7 commit 4f76384
Show file tree
Hide file tree
Showing 12 changed files with 2,880 additions and 3,038 deletions.
38 changes: 37 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,40 @@ Browse the docs at [http://localhost:8000](http://localhost:8000):

```
docker run -it -p 8000:80 -v $PWD/docs/build/html:/usr/share/caddy/ caddy
```
```


### Tabs Structure

Here is a template for the tabs:

```
.. tabs::
.. group-tab:: Elasticsearch
Elasticsearch tab content - tab set 1
.. group-tab:: OpenSearch
OpenSearch tab content - tab set 1
.. group-tab:: Solr
Solr tab content - tab set 1
```

or


```
.. tabs::
.. group-tab:: Elasticsearch/OpenSearch
Elasticsearch/OpenSearch tab content - tab set 1
.. group-tab:: Solr
Solr tab content - tab set 1
```
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx==7.2.6
sphinx_rtd_theme==2.0.0
sphinx-tabs==3.4.5
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
# ones.
extensions = ['sphinx.ext.intersphinx',
'sphinx.ext.imgmath',
'sphinx_tabs.tabs',
'sphinx.ext.ifconfig']

# Add any paths that contain templates here, relative to this directory.
Expand Down
945 changes: 526 additions & 419 deletions docs/source/querqy/index.rst

Large diffs are not rendered by default.

Loading

0 comments on commit 4f76384

Please sign in to comment.