-
Notifications
You must be signed in to change notification settings - Fork 632
How to Generate AppSettings Javadoc
Ahmet Oğuz Mermerkaya edited this page Jan 24, 2024
·
8 revisions
Good news! Our documentation has moved to antmedia.io/docs.
-
Clone the Ant-Media-Server-Common and cd to Ant-Media-Server-Common/
-
Run the command
$ mvn javadoc:javadoc -Dshow=private
Maven will create javadoc containing all the classes, we need only AppSettings
-
Keep the following files and remove the rest
* Ant-Media-Server-Common/target/site/apidocs/io/antmedia/AppSettings.html * Ant-Media-Server-Common/target/site/apidocs/io/antmedia/package-summary.html * Ant-Media-Server-Common/target/site/apidocs/io/antmedia/package-tree.html * Ant-Media-Server-Common/target/site/apidocs/resources (dir) * Ant-Media-Server-Common/target/site/apidocs/*.css * Ant-Media-Server-Common/target/site/apidocs/*.js * Ant-Media-Server-Common/target/site/apidocs/*.zip
-
Keep the file/directory structure - Files must be in this order on the document file lets say its (AppSettingsDoc) - ( directory structure io/antmedia should be conserved for proper operation, don't put AppSettings.html directly in the document folder, it should be in io/antmedia/)
* /io/antmedia/AppSettings.html * /io/antmedia/package-summary.html * /io/antmedia/package-tree.html * /resources * /*.css * /*.js * /*.zip
-
Send the new versions to antmedia.io/javadoc
- Introduction
- Quick Start
- Installation
- Publishing Live Streams
- Playing Live Streams
- Conference Call
- Peer to Peer Call
- Adaptive Bitrate(Multi-Bitrate) Streaming
- Data Channel
- Video on Demand Streaming
- Simulcasting to Social Media Channels
- Clustering & Scaling
- Monitor Ant Media Servers with Apache Kafka and Grafana
- WebRTC SDKs
- Security
- Integration with your Project
- Advanced
- WebRTC Load Testing
- TURN Servers
- AWS Wavelength Deployment
- Multi-Tenancy Support
- Monitor Ant Media Server with Datadog
- Clustering in Alibaba
- Playlist
- Kubernetes
- Time based One Time Password
- Kubernetes Autoscaling
- Kubernetes Ingress
- How to Install Ant Media Server on EKS
- Release Tests
- Spaceport Volumetric Video
- WebRTC Viewers Info
- Webhook Authentication for Publishing Streams
- Recording Streams
- How to Update Ant Media Server with Cloudformation
- How to Install Ant Media Server on GKE
- Ant Media Server on Docker Swarm
- Developer Quick Start
- Recording HLS, MP4 and how to recover
- Re-streaming update
- Git Branching
- UML Diagrams