tree: 519016ed7cce88b022d380c2610b92506f971469 [path history] [tgz]
  1. img/
  2. star-tree/
  3. admin_guide.rst
  4. architecture.rst
  5. batch_data_ingestion.rst
  6. client_api.rst
  7. code_modules.rst
  8. conf.py
  9. contribution_guidelines.rst
  10. customizations.rst
  11. dev_env.rst
  12. dev_guide.rst
  13. docutils.conf
  14. extensions.rst
  15. getting_started.rst
  16. in_production.rst
  17. index.rst
  18. index_techniques.rst
  19. intro.rst
  20. introduction.rst
  21. make.bat
  22. Makefile
  23. pinot_hadoop.rst
  24. pluggable_storage.rst
  25. pluggable_streams.rst
  26. pql_examples.rst
  27. README.md
  28. record_reader.rst
  29. schema.rst
  30. segment_fetcher.rst
  31. tableconfig_schema.rst
  32. tuning_pinot.rst
  33. tuning_realtime_performance.rst
  34. tuning_scatter_and_gather.rst
  35. user_guide.rst
docs/README.md

Updating the docs:

  1. Edit or add files as needed.
  2. Run “make html”
  3. Open _build/html/index.html in your favorite browser and ensure contents and links work correctly.

NOTE: You may see some differences locally as the version of sphinx-build on your local host might not be the same as the one used in readthedocs.io for building the pinot website docs.