File tree Expand file tree Collapse file tree 7 files changed +75
-30
lines changed Expand file tree Collapse file tree 7 files changed +75
-30
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# nextra-theme-blog
2
2
3
+ ## 4.4.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ 26b1281]
8
+
9
+
3
10
## 4.3.0
4
11
5
12
### Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nextra-theme-blog" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 4.4 .0" ,
4
4
"description" : " A Nextra theme for blogs." ,
5
5
"repository" : " https://github.com/shuding/nextra" ,
6
6
"author" :
" Shu Ding <[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
# nextra-theme-docs
2
2
3
+ ## 4.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 26b1281: feat: add Copy Documentation button/dropdown feature as LLM-Optimized
8
+ Prompt
9
+
10
+ ![ ] ( https://private-user-images.githubusercontent.com/7361780/473206831-aa851d94-3b83-46e8-8b00-5bf06c33314f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTQ0NjgwNzUsIm5iZiI6MTc1NDQ2Nzc3NSwicGF0aCI6Ii83MzYxNzgwLzQ3MzIwNjgzMS1hYTg1MWQ5NC0zYjgzLTQ2ZTgtOGIwMC01YmYwNmMzMzMxNGYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDgwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTA4MDZUMDgwOTM1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjgwZTI3YWMzODYwNjEwNTgwNGUyOTJkMDg5MzNjOGRjZWE0MWYzMWQwZmM3ZDJkMjQzMDc2ZDRjMzQ4ZTRlZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.C7LZXaay7uuPQsDBb3MKLrbiBWxTPM2q9nfSqUGp3_0 )
11
+
12
+ > ** Note**
13
+ >
14
+ > If you are using
15
+ > [ ` content ` directory] ( https://nextra.site/docs/file-conventions/content-directory ) ,
16
+ > you ** must** pass the ` sourceCode ` prop to enable this feature.
17
+ >
18
+ > ``` diff
19
+ > const {
20
+ > default: MDXContent,
21
+ > toc,
22
+ > metadata,
23
+ > + sourceCode
24
+ > } = await importPage(params.mdxPath)
25
+ > return (
26
+ > - <Wrapper toc={toc} metadata={metadata}>
27
+ > + <Wrapper toc={toc} metadata={metadata} sourceCode={sourceCode}>
28
+ > <MDXContent {...props} params={params} />
29
+ > </Wrapper>
30
+ > )
31
+ > ```
32
+
33
+ # ## Patch Changes
34
+
35
+ - Updated dependencies [26b1281]
36
+
37
+
3
38
# # 4.3.0
4
39
5
40
# ## Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nextra-theme-docs" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 4.4 .0" ,
4
4
"description" : " A Nextra theme for documentation sites." ,
5
5
"repository" : " https://github.com/shuding/nextra" ,
6
6
"author" :
" Shu Ding <[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
# nextra
2
2
3
+ ## 4.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 26b1281: feat: add Copy Documentation button/dropdown feature as LLM-Optimized
8
+ Prompt
9
+
10
+ ![ ] ( https://private-user-images.githubusercontent.com/7361780/473206831-aa851d94-3b83-46e8-8b00-5bf06c33314f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTQ0NjgwNzUsIm5iZiI6MTc1NDQ2Nzc3NSwicGF0aCI6Ii83MzYxNzgwLzQ3MzIwNjgzMS1hYTg1MWQ5NC0zYjgzLTQ2ZTgtOGIwMC01YmYwNmMzMzMxNGYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDgwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTA4MDZUMDgwOTM1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjgwZTI3YWMzODYwNjEwNTgwNGUyOTJkMDg5MzNjOGRjZWE0MWYzMWQwZmM3ZDJkMjQzMDc2ZDRjMzQ4ZTRlZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.C7LZXaay7uuPQsDBb3MKLrbiBWxTPM2q9nfSqUGp3_0 )
11
+
12
+ > ** Note**
13
+ >
14
+ > If you are using
15
+ > [ ` content ` directory] ( https://nextra.site/docs/file-conventions/content-directory ) ,
16
+ > you ** must** pass the ` sourceCode ` prop to enable this feature.
17
+ >
18
+ > ``` diff
19
+ > const {
20
+ > default: MDXContent,
21
+ > toc,
22
+ > metadata,
23
+ > + sourceCode
24
+ > } = await importPage(params.mdxPath)
25
+ > return (
26
+ > - <Wrapper toc={toc} metadata={metadata}>
27
+ > + <Wrapper toc={toc} metadata={metadata} sourceCode={sourceCode}>
28
+ > <MDXContent {...props} params={params} />
29
+ > </Wrapper>
30
+ > )
31
+ > ```
32
+
3
33
# # 4.3.0
4
34
5
35
# ## Minor Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nextra" ,
3
- "version" : " 4.3 .0" ,
3
+ "version" : " 4.4 .0" ,
4
4
"type" : " module" ,
5
5
"description" : " Next.js and MDX based site generator." ,
6
6
"repository" : " https://github.com/shuding/nextra" ,
You can’t perform that action at this time.
0 commit comments