Commit 405d878
Deploy latest website updates to production (#352)
* chore: NPM packages bumped
* feat: Update index.html and silk.net-logo.svg
- Added a new section in `index.html` promoting Silk.NET, including a description of its features and a call-to-action button linking to its website.
- Added the `silk.net-logo.svg` file
* feat: sponsor.html - Update sponsor template and styling
- Removed a comment regarding the styling of widgets.
- Replaced the inclusion of `oc_sponsors.njk` with `open-collective-sponsors.njk`.
* refactor: File renamed and styling updated
* refactor: Dependency removed
* Initial plan
* Bump packages to latest versions: @11ty/eleventy 3.1.2, bootstrap 5.3.7, sass 1.89.2
Co-authored-by: VaclavElias <4528464+VaclavElias@users.noreply.github.com>
* chore: NPM packages bumped
* feat: Adds search result pagination (#350)
* feat: Implement pagination for search results
- Modified search results display logic to utilize the new pagination system, slicing results based on the current page.
- Implemented event delegation for pagination click handling, allowing users to navigate through pages of search results.
- Made slight modifications to the HTML structure to ensure proper positioning of search results and pagination controls.
* refactor: search.liquid removed and search.js added instead
- Added a JSON configuration script in `search.liquid` for documentation search settings, URLs, and versioning.
- Updated search results display logic to utilize the new configuration for generating documentation links.
* feat: Boolean search added
* chore: Post removed from popular section
* style: Styling updates
* refactor: Search improvements
* refactor: Search logic updates
* Update version to 2.0.0.32 in site.json
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>1 parent fcb6bb4 commit 405d878
13 files changed
Lines changed: 723 additions & 1283 deletions
File tree
- _data
- _includes
- assets/scripts
- css
- images/home
- posts
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
6 | 61 | | |
7 | 62 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
297 | 296 | | |
298 | 297 | | |
299 | 298 | | |
300 | | - | |
| 299 | + | |
301 | 300 | | |
302 | 301 | | |
303 | 302 | | |
| |||
309 | 308 | | |
310 | 309 | | |
311 | 310 | | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | 311 | | |
317 | 312 | | |
318 | 313 | | |
319 | 314 | | |
320 | | - | |
| 315 | + | |
321 | 316 | | |
322 | 317 | | |
323 | 318 | | |
324 | 319 | | |
325 | 320 | | |
326 | 321 | | |
327 | | - | |
| 322 | + | |
328 | 323 | | |
329 | 324 | | |
330 | 325 | | |
| |||
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
96 | 114 | | |
97 | 115 | | |
98 | | - | |
99 | 116 | | |
100 | | - | |
101 | 117 | | |
102 | 118 | | |
103 | 119 | | |
| |||
0 commit comments