Skip to content

Commit

Permalink
[Docs] Minor: change heading level. (#3090)
Browse files Browse the repository at this point in the history
  • Loading branch information
concretevitamin committed Feb 5, 2024
1 parent 12fd674 commit cf49028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit cf49028

Please sign in to comment.