From d3d221f920b82712f53cfc0c3b3f1691b6873b34 Mon Sep 17 00:00:00 2001 From: Azure Pipeline Date: Tue, 31 Oct 2023 17:59:54 +0000 Subject: [PATCH] Pipeline: Release 4.4.0.stable73 documentation --- mkdocs.yml | 302 ++++++++++++++++++++++++++--------------------------- 1 file changed, 151 insertions(+), 151 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 40161833f..4f18506a8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -28,157 +28,157 @@ markdown_extensions: emoji_generator: !!python/name:materialx.emoji.to_svg '' emoji_index: !!python/name:materialx.emoji.twemoji '' nav: - - Home: index.md - - Overview: - - overview/how_it_works.md - - overview/architecture.md - - overview/services.md - - overview/community_services.md - - User's manual: - - user_manual/user_walkthrough.md - - user_manual/submitting_file.md - - user_manual/submitting_url.md - - user_manual/submitting_sha256.md - - user_manual/results.md - - user_manual/searching.md - - user_manual/verdicts.md - - Installation: - - Getting Started: - - installation/deployment.md - - Appliance: - - Docker: installation/appliance/docker.md - - MicroK8s: installation/appliance/kubernetes-microk8s.md - - Cluster: - - Kubernetes: installation/cluster/general.md - - MicroK8s: installation/cluster/microk8s.md - - High-Throughput Optimizations: installation/cluster/optimizations.md - - Appliance Migration: installation/deployment_migration.md - - Configuration: - - installation/configuration/config_file.md - - installation/configuration/authentication.md - - installation/configuration/core.md - - installation/configuration/datasources.md - - installation/configuration/datastore.md - - installation/configuration/filestore.md - - installation/configuration/logging.md - - installation/configuration/services.md - - installation/configuration/submission.md - - installation/configuration/system.md - - installation/configuration/ui.md - - Kubernetes-specific: - - Upgrading to Elasticsearch 8: installation/configuration/kubernetes/upgrading_elastic.md - - installation/configuration/kubernetes/internal_encryption.md - - installation/configuration/plugins.md - - installation/classification_engine.md - - installation/monitoring.md - - installation/replay.md - - Administration: - - administration/admin_walkthrough.md - - administration/submission_actions.md - - administration/service_management.md - - administration/system_safelist.md - - administration/user_management.md - - administration/signature_management.md - - administration/heuristic_management.md - - administration/source_management.md - - administration/system_management.md - - administration/troubleshooting.md - - Integration: - - integration/ingestion_method.md - - integration/key_generation.md - - integration/python.md - - integration/java.md - - integration/rest.md - - integration/ontology.md - - integration/api_exercise_1.md - - integration/api_exercise_2.md - - integration/api_exercise_3.md - - integration/api_exercise_4.md - - integration/api_exercise_5.md - - Developer's guide: - - Setup Environment: - - developer_manual/env/getting_started.md - - VSCode: - - developer_manual/env/vscode/setup_script.md - - developer_manual/env/vscode/use_vscode.md - - Pycharm: - - developer_manual/env/pycharm/local_development.md - - developer_manual/env/pycharm/remote_development.md - - developer_manual/env/pycharm/use_pycharm.md - - Services: - - Developing a service: developer_manual/services/developing_an_assemblyline_service.md - - developer_manual/services/adding_a_service_updater.md - - developer_manual/services/run_your_service.md - - Advanced development: - - ServiceBase Class: developer_manual/services/advanced/service_base.md - - ServiceUpdater Class: developer_manual/services/advanced/service_updater_base.md - - Request Class: developer_manual/services/advanced/request.md - - Result Class: developer_manual/services/advanced/result.md - - ResultSection Class: developer_manual/services/advanced/result_section.md - - Service manifest: developer_manual/services/advanced/service_manifest.md - - developer_manual/services/advanced/service_updater_upgrade.md - - Exceptions: developer_manual/services/advanced/exceptions.md - - Infrastructure: developer_manual/core/infrastructure.md - - Frontend: developer_manual/frontend/frontend.md - - Documentation: developer_manual/docs/docs.md - - Plugins: developer_manual/plugins/plugins.md - - Data Ontology: - - Getting Started: odm/getting_started.md - - Models: - - PostprocessAction: odm/models/actions.md - - Alert: odm/models/alert.md - - CachedFile: odm/models/cached_file.md - - Config: odm/models/config.md - - EmptyResult: odm/models/emptyresult.md - - Error: odm/models/error.md - - File: odm/models/file.md - - FileScore: odm/models/filescore.md - - Heuristic: odm/models/heuristic.md - - Ontology: - - Filetypes: - - PE: odm/models/ontology/filetypes/pe.md - - ResultOntology: odm/models/ontology/ontology.md - - Results: - - Antivirus: odm/models/ontology/results/antivirus.md - - MalwareConfig: odm/models/ontology/results/malware_config.md - - NetworkConnection: odm/models/ontology/results/network.md - - Process: odm/models/ontology/results/process.md - - Sandbox: odm/models/ontology/results/sandbox.md - - Signature: odm/models/ontology/results/signature.md - - ReplayConfig: odm/models/replay.md - - Result: odm/models/result.md - - Retrohunt: odm/models/retrohunt.md - - Safelist: odm/models/safelist.md - - Service: odm/models/service.md - - ServiceDelta: odm/models/service_delta.md - - Signature: odm/models/signature.md - - Statistics: odm/models/statistics.md - - Submission: odm/models/submission.md - - SubmissionSummary: odm/models/submission_summary.md - - SubmissionTree: odm/models/submission_tree.md - - Tagging: odm/models/tagging.md - - User: odm/models/user.md - - UserFavorites: odm/models/user_favorites.md - - UserSettings: odm/models/user_settings.md - - Workflow: odm/models/workflow.md - - Messages: - - AlertMessage: odm/messages/alert.md - - AlerterMessage: odm/messages/alerter_heartbeat.md - - ArchiveMessage: odm/messages/archive_heartbeat.md - - DispatcherMessage: odm/messages/dispatcher_heartbeat.md - - DispatcherCommandMessage: odm/messages/dispatching.md - - ExpiryMessage: odm/messages/expiry_heartbeat.md - - IngestMessage: odm/messages/ingest_heartbeat.md - - MetricsMessage: odm/messages/metrics.md - - ScalerMessage: odm/messages/scaler_heartbeat.md - - ScalerStatusMessage: odm/messages/scaler_status_heartbeat.md - - ServiceMessage: odm/messages/service_heartbeat.md - - ServiceTimingMessage: odm/messages/service_timing_heartbeat.md - - SubmissionMessage: odm/messages/submission.md - - TaskMessage: odm/messages/task.md - - VacuumMessage: odm/messages/vacuum_heartbeat.md - - Blog: - - blog/entries.md +- Home: index.md +- Overview: + - overview/how_it_works.md + - overview/architecture.md + - overview/services.md + - overview/community_services.md +- User's manual: + - user_manual/user_walkthrough.md + - user_manual/submitting_file.md + - user_manual/submitting_url.md + - user_manual/submitting_sha256.md + - user_manual/results.md + - user_manual/searching.md + - user_manual/verdicts.md +- Installation: + - Getting Started: + - installation/deployment.md + - Appliance: + - Docker: installation/appliance/docker.md + - MicroK8s: installation/appliance/kubernetes-microk8s.md + - Cluster: + - Kubernetes: installation/cluster/general.md + - MicroK8s: installation/cluster/microk8s.md + - High-Throughput Optimizations: installation/cluster/optimizations.md + - Appliance Migration: installation/deployment_migration.md + - Configuration: + - installation/configuration/config_file.md + - installation/configuration/authentication.md + - installation/configuration/core.md + - installation/configuration/datasources.md + - installation/configuration/datastore.md + - installation/configuration/filestore.md + - installation/configuration/logging.md + - installation/configuration/services.md + - installation/configuration/submission.md + - installation/configuration/system.md + - installation/configuration/ui.md + - Kubernetes-specific: + - Upgrading to Elasticsearch 8: installation/configuration/kubernetes/upgrading_elastic.md + - installation/configuration/kubernetes/internal_encryption.md + - installation/configuration/plugins.md + - installation/classification_engine.md + - installation/monitoring.md + - installation/replay.md +- Administration: + - administration/admin_walkthrough.md + - administration/submission_actions.md + - administration/service_management.md + - administration/system_safelist.md + - administration/user_management.md + - administration/signature_management.md + - administration/heuristic_management.md + - administration/source_management.md + - administration/system_management.md + - administration/troubleshooting.md +- Integration: + - integration/ingestion_method.md + - integration/key_generation.md + - integration/python.md + - integration/java.md + - integration/rest.md + - integration/ontology.md + - integration/api_exercise_1.md + - integration/api_exercise_2.md + - integration/api_exercise_3.md + - integration/api_exercise_4.md + - integration/api_exercise_5.md +- Developer's guide: + - Setup Environment: + - developer_manual/env/getting_started.md + - VSCode: + - developer_manual/env/vscode/setup_script.md + - developer_manual/env/vscode/use_vscode.md + - Pycharm: + - developer_manual/env/pycharm/local_development.md + - developer_manual/env/pycharm/remote_development.md + - developer_manual/env/pycharm/use_pycharm.md + - Services: + - Developing a service: developer_manual/services/developing_an_assemblyline_service.md + - developer_manual/services/adding_a_service_updater.md + - developer_manual/services/run_your_service.md + - Advanced development: + - ServiceBase Class: developer_manual/services/advanced/service_base.md + - ServiceUpdater Class: developer_manual/services/advanced/service_updater_base.md + - Request Class: developer_manual/services/advanced/request.md + - Result Class: developer_manual/services/advanced/result.md + - ResultSection Class: developer_manual/services/advanced/result_section.md + - Service manifest: developer_manual/services/advanced/service_manifest.md + - developer_manual/services/advanced/service_updater_upgrade.md + - Exceptions: developer_manual/services/advanced/exceptions.md + - Infrastructure: developer_manual/core/infrastructure.md + - Frontend: developer_manual/frontend/frontend.md + - Documentation: developer_manual/docs/docs.md + - Plugins: developer_manual/plugins/plugins.md +- Data Ontology: + - Getting Started: odm/getting_started.md + - Models: + - PostprocessAction: odm/models/actions.md + - Alert: odm/models/alert.md + - CachedFile: odm/models/cached_file.md + - Config: odm/models/config.md + - EmptyResult: odm/models/emptyresult.md + - Error: odm/models/error.md + - File: odm/models/file.md + - FileScore: odm/models/filescore.md + - Heuristic: odm/models/heuristic.md + - Ontology: + - Filetypes: + - PE: odm/models/ontology/filetypes/pe.md + - ResultOntology: odm/models/ontology/ontology.md + - Results: + - Antivirus: odm/models/ontology/results/antivirus.md + - MalwareConfig: odm/models/ontology/results/malware_config.md + - NetworkConnection: odm/models/ontology/results/network.md + - Process: odm/models/ontology/results/process.md + - Sandbox: odm/models/ontology/results/sandbox.md + - Signature: odm/models/ontology/results/signature.md + - ReplayConfig: odm/models/replay.md + - Result: odm/models/result.md + - Retrohunt: odm/models/retrohunt.md + - Safelist: odm/models/safelist.md + - Service: odm/models/service.md + - ServiceDelta: odm/models/service_delta.md + - Signature: odm/models/signature.md + - Statistics: odm/models/statistics.md + - Submission: odm/models/submission.md + - SubmissionSummary: odm/models/submission_summary.md + - SubmissionTree: odm/models/submission_tree.md + - Tagging: odm/models/tagging.md + - User: odm/models/user.md + - UserFavorites: odm/models/user_favorites.md + - UserSettings: odm/models/user_settings.md + - Workflow: odm/models/workflow.md + - Messages: + - AlertMessage: odm/messages/alert.md + - AlerterMessage: odm/messages/alerter_heartbeat.md + - ArchiveMessage: odm/messages/archive_heartbeat.md + - DispatcherMessage: odm/messages/dispatcher_heartbeat.md + - DispatcherCommandMessage: odm/messages/dispatching.md + - ExpiryMessage: odm/messages/expiry_heartbeat.md + - IngestMessage: odm/messages/ingest_heartbeat.md + - MetricsMessage: odm/messages/metrics.md + - ScalerMessage: odm/messages/scaler_heartbeat.md + - ScalerStatusMessage: odm/messages/scaler_status_heartbeat.md + - ServiceMessage: odm/messages/service_heartbeat.md + - ServiceTimingMessage: odm/messages/service_timing_heartbeat.md + - SubmissionMessage: odm/messages/submission.md + - TaskMessage: odm/messages/task.md + - VacuumMessage: odm/messages/vacuum_heartbeat.md +- Blog: + - blog/entries.md plugins: - glightbox: auto_caption: false