Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Minor: change heading level. #3090

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/serving/autoscaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ change the scaling delay by specifying the :code:`upscale_delay_seconds` and
If you want more aggressive scaling, set those values to a lower number and vice versa.

Scale-to-Zero
~~~~~~~~~~~~~
-------------

SkyServe supports scale-to-zero.

Expand Down
2 changes: 1 addition & 1 deletion docs/source/serving/service-yaml-spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Service YAML
============

SkyServe provides an intuitive YAML interface to specify a service. It is highly similar to the :ref:`SkyPilot task YAML <yaml-spec>`: with an additional service section in your original task YAML, you could change it to a service YAML.
SkyServe provides an intuitive YAML interface to specify a service. It is an extension to the :ref:`SkyPilot task YAML <yaml-spec>`: with an additional ``service`` section in your original task YAML, you could change it to a service YAML.

Available fields:

Expand Down
Loading