Skip to content

Commit 763fa1d

Browse files
committed
[DOCS] Migrate Documentation to the new rendering
Fixes: #242 Ports: #243
1 parent fc31751 commit 763fa1d

File tree

29 files changed

+40
-135
lines changed

29 files changed

+40
-135
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,21 @@ jobs:
2323
name: Test docs
2424
runs-on: ubuntu-latest
2525
steps:
26-
- name: Checkout
26+
# Workaround for issue with actions/checkout@v4 wrong PR commit checkout: See https://github.com/actions/checkout/issues/299#issuecomment-677674415
27+
-
28+
name: Checkout current state of Pull Request
29+
if: github.event_name == 'pull_request'
30+
uses: actions/checkout@v4
31+
with:
32+
fetch-depth: 2
33+
ref: ${{ github.event.pull_request.head.sha }}
34+
-
35+
name: Checkout current state of Branch
36+
if: github.event_name == 'push'
2737
uses: actions/checkout@v4
38+
with:
39+
fetch-depth: 2
40+
# End: Workaround for issue with actions/checkout@v4 wrong PR commit checkout
2841

2942
- name: Test if the documentation will render without warnings
3043
run: |

Documentation/Configuration/Check.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.. include:: /Includes.rst.txt
21
.. index:: Configuration
32
.. _configuration-tika-check:
43

Documentation/Configuration/Index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. include:: /Includes.rst.txt
2-
31
.. _configuration:
42

53
=============

Documentation/Configuration/SolrCell.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.. include:: /Includes.rst.txt
21
.. index:: Configuration
32
.. _configuration-tika-solr-cell:
43

Documentation/Configuration/TikaAllServices.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.. include:: /Includes.rst.txt
21
.. index:: Configuration
32
.. _configuration-tika-services:
43

Documentation/Configuration/TikaApp.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.. include:: /Includes.rst.txt
21
.. index:: Configuration
32
.. _configuration-tika-app:
43

Documentation/Configuration/TikaServer.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
.. include:: /Includes.rst.txt
21
.. index:: Configuration
32
.. _configuration-tika-server:
43

Documentation/Editor/Index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. include:: /Includes.rst.txt
2-
31
.. _for-editors:
42

53
===========

Documentation/Includes.rst.txt

Lines changed: 0 additions & 34 deletions
This file was deleted.

Documentation/Index.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. include:: /Includes.rst.txt
2-
31
.. _start:
42

53
=====================
@@ -79,4 +77,3 @@ Getting Help
7977
:hidden:
8078

8179
Sitemap
82-
genindex

0 commit comments

Comments
 (0)