Compare commits

...

4 Commits

Author SHA1 Message Date
d0a20ad66d Changing top level menu of DCS from Application to Database
Corrected the actual top level menu of DCS from Application to Database according to the issue OTCORC-1388

Signed-off-by: Yildirim, Ahmet <ahmet.yildirim@huawei.com>
2023-03-23 13:39:18 +00:00
e50e044f87 Changes to dcs_umn from docs/doc-exports#589 (fixing + character in links)
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2023-02-02 16:45:16 +00:00
0c129c6fd6 Changes to dcs_umn from docs/doc-exports#576 (adding fix for & character)
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
2023-01-25 15:50:09 +00:00
Goncharov, Artem
3bfe43b812 Update Docs configuration
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Goncharov, Artem <artem.goncharov@t-systems.com>
Co-committed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
2023-01-06 18:42:20 +00:00
19 changed files with 24 additions and 14 deletions

View File

@ -94,6 +94,9 @@ html_title = "Distributed Cache Service - API Reference"
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# Do not include sources into the rendered results
html_copy_source = False
# -- Options for PDF output --------------------------------------------------
latex_documents = [
('index',

18
tox.ini
View File

@ -21,12 +21,14 @@ deps =
-r{toxinidir}/requirements.txt
commands = {posargs}
# This env is invoked in the periodic pipeline and is therefore responsible to
# build all relevant docs at once.
[testenv:docs]
deps = -r{toxinidir}/doc/requirements.txt
allowlist_externals =
mkdir
cp
find
sh
commands =
{[testenv:api-ref]commands}
{[testenv:json-api-ref]commands}
@ -64,11 +66,12 @@ deps = -r{toxinidir}/doc/requirements.txt
allowlist_externals =
cp
mkdir
find
sh
commands =
sphinx-build -W --keep-going -b json api-ref/source doc/build/json/api-ref
# Drop data useless for the search
find doc/build/json -type d -and ( -name '_images' -or -name '_static' -or -name '_sources' ) -exec rm {:} ;
# Drop data useless for the search - wrap it also with sh/xargs due to bugs
# in tox
sh -c "find doc/build/json -type d -and '(' -name '_images' -or -name '_static' -or -name '_sources' ')' -print0 | xargs -0 rm -rf"
mkdir -p api-ref/build/json
cp -av doc/build/json/api-ref api-ref/build/json
@ -108,11 +111,12 @@ deps = -r{toxinidir}/doc/requirements.txt
allowlist_externals =
cp
mkdir
find
sh
commands =
sphinx-build -W --keep-going -b json umn/source doc/build/json/umn
# Drop data useless for the search
find doc/build/json -type d -and ( -name '_images' -or -name '_static' -or -name '_sources' ) -exec rm {:} ;
# Drop data useless for the search - wrap it also with sh/xargs due to bugs
# in tox
sh -c "find doc/build/json -type d -and '(' -name '_images' -or -name '_static' -or -name '_sources' ')' -print0 | xargs -0 rm -rf"
mkdir -p umn/build/json
cp -av doc/build/json/umn umn/build/json

View File

@ -94,6 +94,9 @@ html_title = "Distributed Cache Service - User Guide"
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# Do not include sources into the rendered results
html_copy_source = False
# -- Options for PDF output --------------------------------------------------
latex_documents = [
('index',

View File

@ -23,6 +23,6 @@ FAQs
redis_commands/index
instance_scaling_and_upgrade/index
monitoring_and_alarm/index
data_backup,_export,_and_migration/index
data_backup_export_and_migration/index
analysis_of_big_keys_and_hot_keys/index
master_standby_switchover/index

View File

@ -15,7 +15,7 @@ Instance Scaling and Upgrade
:maxdepth: 1
:hidden:
can_dcs_redis_instances_be_upgraded,_for_example,_from_redis_3.0_to_redis_4.0_or_5.0
can_dcs_redis_instances_be_upgraded_for_example_from_redis_3.0_to_redis_4.0_or_5.0
are_services_interrupted_if_maintenance_is_performed_during_the_maintenance_time_window
are_instance_resources_affected_during_specification_modification
are_services_interrupted_during_specification_modification

View File

@ -21,6 +21,6 @@ Monitoring and Alarm
does_redis_support_command_audits
what_should_i_do_if_the_monitoring_data_of_a_dcs_redis_instance_is_abnormal
why_is_used_memory_greater_than_available_memory
why_does_bandwidth_usage_exceed_100%
why_does_bandwidth_usage_exceed_100pct
why_is_the_rejected_connections_metric_displayed
why_is_flow_control_triggered_how_do_i_handle_it

View File

@ -33,7 +33,7 @@ Redis Usage
:maxdepth: 1
:hidden:
why_is_cpu_usage_of_a_dcs_redis_instance_100%
why_is_cpu_usage_of_a_dcs_redis_instance_100pct
can_i_change_the_vpc_and_subnet_for_a_dcs_redis_instance
why_arent_security_groups_configured_for_dcs_redis_4.0_and_5.0_instances
do_dcs_redis_instances_limit_the_size_of_a_key_or_value
@ -44,7 +44,7 @@ Redis Usage
does_dcs_for_redis_support_sentinel
what_is_the_default_data_eviction_policy
what_should_i_do_if_an_error_occurs_in_redis_exporter
why_is_memory_usage_more_than_100%
why_is_memory_usage_more_than_100pct
why_is_redisson_distributed_lock_not_supported_by_dcs_proxy_cluster_redis_3.0_instances
can_i_customize_or_change_the_port_for_accessing_a_dcs_instance
can_i_modify_the_connection_addresses_for_accessing_a_dcs_instance

View File

@ -22,7 +22,7 @@ Access in Different Languages
lettuce_integration_with_spring_boot
clients_in_python
go-redis
hiredis_in_c++
hiredis_in_c
csharp
php/index
node.js

View File

@ -9,7 +9,7 @@ There are two ways to access DCS:
- Using the management console
The DCS provides a web-based management console. To launch the DCS console, create an account on the management console and log in, and then choose **Application** > **Distributed Cache Service** on the homepage. On the DCS console, you can create, restart, and delete DCS instances, and change their passwords.
The DCS provides a web-based management console. To launch the DCS console, create an account on the management console and log in, and then choose **Database** > **Distributed Cache Service** on the homepage. On the DCS console, you can create, restart, and delete DCS instances, and change their passwords.
- Using APIs