AliRana30 opened a new pull request, #802: URL: https://github.com/apache/wayang/pull/802
## Description This PR addresses the documentation restructuring and additions suggested in #613: - **Reorganized Getting Started**: Moved system requirements into "How to Build", and relocated configuration settings and cost functions to dedicated pages under `using_wayang/`. - **Added Abstractions & Plan Construction Guide**: Documented the 5 core operator types (Source, Unary, Binary, Loop, Sink) and added an overview of `PlanBuilder`. - **Added Scalable Deep Learning Guide**: Documented `DLModel`, `DLTrainingOperator`, `PredictOperator`, and TensorFlow platform integration. - **Enabled Menus & Linked JavaDocs**: Activated site navigation and added direct links to the official API JavaDocs. Closes #613 --- ## Visual Verification / Screenshots ### 1. Home Page (Streamlined Navigation) <img width="958" height="476" alt="image" src="https://github.com/user-attachments/assets/e9b29a0a-4048-49de-9307-5f702c6161ad" /> ### 2. How to Build & Requirements <img width="944" height="408" alt="image" src="https://github.com/user-attachments/assets/c8434ce5-073c-4042-b7b0-812a66d0f207" /> ### 3. Core Operator Abstractions & PlanBuilder <img width="374" height="414" alt="image" src="https://github.com/user-attachments/assets/c3cf54f0-d794-4190-8771-a031ee9600c9" /> ### 4. Configuring Wayang & Cost Model Calibration <img width="950" height="409" alt="image" src="https://github.com/user-attachments/assets/ebec67f3-7cef-42d1-b865-cfeee382e22d" /> ### 5. Scalable Deep Learning Guide <img width="950" height="412" alt="image" src="https://github.com/user-attachments/assets/25ff9ee5-d8a4-4714-a8a0-a33f2006432b" /> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
