Skip to content
Open
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 .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1732599037947
"lastUpdateCheck": 1735014489842
}
}
2 changes: 2 additions & 0 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const description = 'About';
const permalink = `${Astro.site?.href}chatlsp/about`;
---

<!-- TODO: content review -->

<BaseLayout title={title} description={description} permalink={permalink}>
<div class="container">
<div class="about-container">
Expand Down
2 changes: 2 additions & 0 deletions src/pages/implementations.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const description = 'Implementations';
const permalink = `${Astro.site?.href}chatlsp/implementations`;
---

<!-- TODO: content review -->

<BaseLayout title={title} description={description} permalink={permalink}>
<div class="container">
<h1>Implementations</h1>
Expand Down
2 changes: 2 additions & 0 deletions src/pages/in-the-wild.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const description = 'In the Wild';
const permalink = `${Astro.site?.href}chatlsp/in-the-wild`;
---

<!-- TODO: content review -->

<BaseLayout title={title} description={description} permalink={permalink} current="implementations">
<div class="container">
<h1>In the Wild</h1>
Expand Down
2 changes: 2 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const description = 'Extended LSP for LLM Static Contextualization';
const permalink = `${Astro.site?.href}chatlsp`;
---

<!-- TODO: content review -->

<BaseLayout title={title} description={description} permalink={permalink}>
<div class="index-container">
<div class="index-headline">
Expand Down
2 changes: 2 additions & 0 deletions src/pages/publications.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ const description = 'Publications';
const permalink = `${Astro.site?.href}chatlsp/publications`;
---

<!-- TODO: content review -->

<BaseLayout title={title} description={description} permalink={permalink}>
<div class="index-container">
<div class="index-headline">
Expand Down
2 changes: 2 additions & 0 deletions src/pages/specification.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const description = 'Specification';
const permalink = `${Astro.site?.href}chatlsp/specification`;
---

<!-- TODO: content review -->

<BaseLayout title={title} description={description} permalink={permalink} current="specification">
<div class="container">
<h1>Specification</h1>
Expand Down