Skip to content

Commit

Permalink
CLDR-17803 site: drop Site Map markdown
Browse files Browse the repository at this point in the history
- to re-evaluate separately.
  • Loading branch information
srl295 committed Sep 9, 2024
1 parent 2cb82b9 commit 39c6a65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/site/_layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<!-- Vue mount here -->
</div>
</div>
<div class="message"><i>This navigation UI is temporary, just to give access to the pages.</i></div> <div class="bar"><a href="/sitemap" class="bar">Site Map</a></div>

<div class="message"><i>This navigation UI is temporary, just to give access to the pages.</i></div>
<!-- <div class="bar"><a href="/sitemap" class="bar">Site Map</a></div> -->
</header>


Expand Down
3 changes: 3 additions & 0 deletions docs/site/assets/js/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ async function writeSiteMaps(out) {
).toString();
await fs.writeFile("./sitemap.xml", data, "utf-8");
console.log("Wrote sitemap.xml");

/*
const coll = new Intl.Collator(["und"]);
const allSorted = [...out.all].sort((a, b) =>
coll.compare(a.fullPath, b.fullPath)
Expand All @@ -80,6 +82,7 @@ async function writeSiteMaps(out) {
"utf-8"
);
console.log("Wrote sitemap.md");
*/
}

async function main() {
Expand Down

0 comments on commit 39c6a65

Please sign in to comment.