Skip to content

Commit 9d0e88e

Browse files
authored
Merge pull request #196 from TomHAnderson/feature/technical-docs
Added footer to tech docs
2 parents 79925a9 + 1f4d492 commit 9d0e88e

15 files changed

+79
-0
lines changed

docs/footer.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
This is documentation for
55
`API-Skeletons/doctrine-orm-graphql <https://github.com/API-Skeletons/doctrine-orm-graphql>`_.
6+
7+
There is also `technical documentation <technical/index.html>`_ available.
8+
69
Please add your ★ star to the project.
710

811
Authored by `API Skeletons <https://apiskeletons.com>`_.

docs/technical/COMPLETE.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,8 @@ This comprehensive technical documentation provides:
231231
- Migration guide
232232

233233
Everything an experienced PHP developer needs to master the Doctrine ORM GraphQL library.
234+
235+
.. role:: raw-html(raw)
236+
:format: html
237+
238+
.. include:: footer.rst

docs/technical/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,8 @@ License
291291
=======
292292

293293
This documentation is part of the Doctrine ORM GraphQL library and is licensed under the MIT License.
294+
295+
.. role:: raw-html(raw)
296+
:format: html
297+
298+
.. include:: footer.rst

docs/technical/advanced-topics.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,3 +361,8 @@ Best Practices
361361
7. **Monitor Production**: Log slow queries and errors
362362

363363
For more details, see :doc:`performance` and :doc:`architecture`.
364+
365+
.. role:: raw-html(raw)
366+
:format: html
367+
368+
.. include:: footer.rst

docs/technical/architecture.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,3 +1031,8 @@ The library provides multiple extension points:
10311031
6. **Metadata Manipulation**: Modify via Metadata event
10321032

10331033
See :doc:`advanced-topics` for detailed examples.
1034+
1035+
.. role:: raw-html(raw)
1036+
:format: html
1037+
1038+
.. include:: footer.rst

docs/technical/attributes-reference.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1180,3 +1180,8 @@ The attribute system provides flexible, declarative configuration for GraphQL sc
11801180
- Provide descriptions for better documentation
11811181

11821182
For advanced customization beyond attributes, see :doc:`advanced-topics` and :doc:`events-reference`.
1183+
1184+
.. role:: raw-html(raw)
1185+
:format: html
1186+
1187+
.. include:: footer.rst

docs/technical/config-reference.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,3 +870,8 @@ Common Pitfalls
870870
4. **Cache Always On**: ``useHydratorCache`` and ``useQueryResultCache`` waste memory for simple queries
871871
5. **Empty entityPrefix**: Results in ugly type names like ``App_Entity_Artist_default``
872872
6. **Forgetting ignoreFields**: Exposes sensitive data with ``globalEnable``
873+
874+
.. role:: raw-html(raw)
875+
:format: html
876+
877+
.. include:: footer.rst

docs/technical/driver-reference.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,3 +895,8 @@ Performance Tips
895895
5. **Lazy Initialization**: Driver services are lazy-loaded, so creating multiple drivers is cheap
896896

897897
See :doc:`performance` for detailed optimization strategies.
898+
899+
.. role:: raw-html(raw)
900+
:format: html
901+
902+
.. include:: footer.rst

docs/technical/events-reference.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,3 +307,8 @@ Events provide powerful customization points:
307307
- **Metadata**: Programmatic metadata modifications
308308

309309
For more examples, see :doc:`advanced-topics`.
310+
311+
.. role:: raw-html(raw)
312+
:format: html
313+
314+
.. include:: footer.rst

docs/technical/filters-reference.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,3 +1165,8 @@ For maximum performance:
11651165
- Use full-text search for text searching
11661166

11671167
For additional customization, see :doc:`events-reference` and :doc:`advanced-topics`.
1168+
1169+
.. role:: raw-html(raw)
1170+
:format: html
1171+
1172+
.. include:: footer.rst

0 commit comments

Comments
 (0)