Skip to content

Commit 4aa7c3d

Browse files
committed
fix2: first project heading to h3
Signed-off-by: JayH25 <jayhirapara2506@gmail.com>
1 parent 94ddfdd commit 4aa7c3d

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/collections/programs/gsoc-2021/index.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ import gsoc_logo from "./gsoc.svg";
4040
</div>
4141
<b>GSoC 2021 Project Ideas</b>
4242
<div>
43-
<h3>
44-
Envoy - Adaptive Load Control and Distributed Load Testing of Envoy Data
45-
Planes
46-
</h3>
43+
<h3>Envoy - Adaptive Load Control and Distributed Load Testing of Envoy Data Planes</h3>
44+
4745
<ul>
4846
<li>
4947
<b>Description</b>: Users configuring their Envoy-based data planes don't
@@ -79,11 +77,9 @@ import gsoc_logo from "./gsoc.svg";
7977
<b>Description</b>: Bring OSM on par with other cloud nativees that
8078
support WASM filters in their data plane. OSM's Envoy proxies can be
8179
extended at runtime with filters that are running in a WebAssembly sandbox
82-
(
83-
<a href="https://github.com/envoyproxy/envoy-wasm" target="_blank" rel="noreferrer">
80+
(<a href="https://github.com/envoyproxy/envoy-wasm" target="_blank" rel="noreferrer">
8481
https://github.com/envoyproxy/envoy-wasm
85-
</a>
86-
). Provide ability to dynamically load and unload Envoy WASM filters. Provide
82+
</a>). Provide ability to dynamically load and unload Envoy WASM filters. Provide
8783
general purpose filtering of application infrastrcuture logic, tying business
8884
logic closer to the mesh.
8985
</li>

0 commit comments

Comments
 (0)