This is an automated email from the ASF dual-hosted git repository.
popduke pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bifromq-sites.git
from 85c5f84f 1. changes for first incubating release. (#29)
new 2178ea66 update configmanual/sysprops/settings pages
new f3006258 Support dynamic version in docs
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../admin_guide/configuration/bifromq_sys_props.md | 56 ++---
.../configuration/config_file_manual.md | 275 ++++++++++++++-------
docs/admin_guide/configuration/configs_print.md | 2 +-
docs/admin_guide/configuration/intro.md | 2 +-
docs/admin_guide/observability/events.md | 2 +-
docs/admin_guide/observability/metrics/intro.md | 2 +-
docs/admin_guide/security/intro.md | 2 +-
docs/get_started/faq.md | 10 +-
.../{quick_install.md => quick_install.mdx} | 11 +-
docs/installation/{docker.md => docker.mdx} | 31 +--
docs/installation/install_from_source.md | 31 ---
docs/installation/install_from_source.mdx | 30 +++
.../plugin/{auth_provider.md => auth_provider.mdx} | 12 +-
.../{client_balancer.md => client_balancer.mdx} | 11 +-
.../{event_collector.md => event_collector.mdx} | 12 +-
docs/plugin/intro.md | 10 +-
.../{plugin_practice.md => plugin_practice.mdx} | 33 ++-
...esource_throttler.md => resource_throttler.mdx} | 14 +-
docs/plugin/setting_provider/1_tenantsetting.md | 72 +++---
.../setting_provider/{intro.md => intro.mdx} | 12 +-
docs/user_guide/basic/connect.md | 2 +-
docs/user_guide/basic/intro.md | 4 +-
docs/user_guide/intro.md | 4 +-
23 files changed, 371 insertions(+), 269 deletions(-)
rename docs/get_started/{quick_install.md => quick_install.mdx} (86%)
rename docs/installation/{docker.md => docker.mdx} (76%)
delete mode 100644 docs/installation/install_from_source.md
create mode 100644 docs/installation/install_from_source.mdx
rename docs/plugin/{auth_provider.md => auth_provider.mdx} (98%)
rename docs/plugin/{client_balancer.md => client_balancer.mdx} (92%)
rename docs/plugin/{event_collector.md => event_collector.mdx} (92%)
rename docs/plugin/{plugin_practice.md => plugin_practice.mdx} (82%)
rename docs/plugin/{resource_throttler.md => resource_throttler.mdx} (97%)
rename docs/plugin/setting_provider/{intro.md => intro.mdx} (96%)