alamb commented on issue #10194:
URL: https://github.com/apache/datafusion/issues/10194#issuecomment-2071979606

   Here is the existing list of html files, found using
   
   ```shell
   cd ~/Software/datafusion/docs
   ./build.sh
   find build/html -name '*.html'
   ```
   
   Here is the output
   ```
   build/html/contributor-guide/index.html
   build/html/contributor-guide/architecture.html
   build/html/contributor-guide/quarterly_roadmap.html
   build/html/contributor-guide/specification/index.html
   build/html/contributor-guide/specification/invariants.html
   build/html/contributor-guide/specification/output-field-name-semantic.html
   build/html/contributor-guide/communication.html
   build/html/contributor-guide/roadmap.html
   build/html/index.html
   build/html/user-guide/example-usage.html
   build/html/user-guide/dataframe.html
   build/html/user-guide/cli/index.html
   build/html/user-guide/cli/datasources.html
   build/html/user-guide/cli/overview.html
   build/html/user-guide/cli/installation.html
   build/html/user-guide/cli/usage.html
   build/html/user-guide/configs.html
   build/html/user-guide/expressions.html
   build/html/user-guide/introduction.html
   build/html/user-guide/faq.html
   build/html/user-guide/sql/select.html
   build/html/user-guide/sql/scalar_functions.html
   build/html/user-guide/sql/index.html
   build/html/user-guide/sql/ddl.html
   build/html/user-guide/sql/subqueries.html
   build/html/user-guide/sql/information_schema.html
   build/html/user-guide/sql/aggregate_functions.html
   build/html/user-guide/sql/data_types.html
   build/html/user-guide/sql/dml.html
   build/html/user-guide/sql/explain.html
   build/html/user-guide/sql/operators.html
   build/html/user-guide/sql/sql_status.html
   build/html/user-guide/sql/write_options.html
   build/html/user-guide/sql/window_functions.html
   build/html/_static/webpack-macros.html
   build/html/genindex.html
   build/html/library-user-guide/using-the-dataframe-api.html
   build/html/library-user-guide/using-the-sql-api.html
   build/html/library-user-guide/index.html
   build/html/library-user-guide/profiling.html
   build/html/library-user-guide/custom-table-providers.html
   build/html/library-user-guide/building-logical-plans.html
   build/html/library-user-guide/catalogs.html
   build/html/library-user-guide/adding-udfs.html
   build/html/library-user-guide/extending-operators.html
   build/html/library-user-guide/working-with-exprs.html
   build/html/search.html
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to