Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fortierq committed Feb 20, 2025
1 parent 71ba267 commit 83db231
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/revision/1_search/1_search.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
hide_table_of_contents: true
hide_title: true
title: "Recherche d'un mot dans un texte"
pdf: "search"
---
import Pdf from '@site/src/components/Pdf';

<Pdf pdf={require(`./${frontMatter.pdf}.pdf`).default} />
9 changes: 9 additions & 0 deletions docs/revision/1_search/2_compression.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
hide_table_of_contents: true
hide_title: true
title: "Compression"
pdf: "compression"
---
import Pdf from '@site/src/components/Pdf';

<Pdf pdf={require(`./${frontMatter.pdf}.pdf`).default} />
Binary file added docs/revision/1_search/compression.pdf
Binary file not shown.
Binary file added docs/revision/1_search/search.pdf
Binary file not shown.
7 changes: 6 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,16 @@ const config: Config = {
docId: "logique/deduction/deduction",
label: "Logique",
},
{
{
type: "doc",
docId: "concurrence/concurrence/concurrence",
label: "Concurrence",
},
{
type: "doc",
docId: "revision/search/search",
label: "Révisions",
},
{
href: 'https://mpi-lamartin.github.io',
label: 'Classe',
Expand Down
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const sidebars = {};

["ds", "tp", "programmation", "langages", "graphes", "algorithmique", "ia", "logique", "concurrence"].forEach((e) => {
["ds", "tp", "programmation", "langages", "graphes", "algorithmique", "ia", "logique", "concurrence", "revision"].forEach((e) => {
sidebars[e] = [
{
type: "autogenerated",
Expand Down

0 comments on commit 83db231

Please # to comment.