joelniklaus HF Staff commited on
Commit
526247c
Β·
1 Parent(s): 2cd9a9d

change the order and number for clarity

Browse files
app/src/content/article.mdx CHANGED
@@ -71,24 +71,24 @@ seoThumbImage: /thumb.png
71
  pdfProOnly: false
72
  ---
73
 
74
- import Introduction from "./chapters/introduction.mdx";
75
- import Infrastructure from "./chapters/infrastructure.mdx";
76
- import Setup from "./chapters/setup.mdx";
77
- import Experiments from "./chapters/experiments.mdx";
78
- import Analyses from "./chapters/analyses.mdx";
79
- import Conclusions from "./chapters/conclusions.mdx";
80
- import Appendix from "./chapters/appendix.mdx";
81
 
82
  <Introduction />
83
 
84
- <Infrastructure />
85
-
86
  <Setup />
87
 
88
  <Experiments />
89
 
90
  <Analyses />
91
 
 
 
92
  <Conclusions />
93
 
94
  <Appendix />
 
71
  pdfProOnly: false
72
  ---
73
 
74
+ import Introduction from "./chapters/1-introduction.mdx";
75
+ import Setup from "./chapters/2-setup.mdx";
76
+ import Experiments from "./chapters/3-experiments.mdx";
77
+ import Analyses from "./chapters/4-analyses.mdx";
78
+ import Infrastructure from "./chapters/5-infrastructure.mdx";
79
+ import Conclusions from "./chapters/6-conclusions.mdx";
80
+ import Appendix from "./chapters/7-appendix.mdx";
81
 
82
  <Introduction />
83
 
 
 
84
  <Setup />
85
 
86
  <Experiments />
87
 
88
  <Analyses />
89
 
90
+ <Infrastructure />
91
+
92
  <Conclusions />
93
 
94
  <Appendix />
app/src/content/chapters/{introduction.mdx β†’ 1-introduction.mdx} RENAMED
File without changes
app/src/content/chapters/{setup.mdx β†’ 2-setup.mdx} RENAMED
File without changes
app/src/content/chapters/{experiments.mdx β†’ 3-experiments.mdx} RENAMED
File without changes
app/src/content/chapters/{analyses.mdx β†’ 4-analyses.mdx} RENAMED
File without changes
app/src/content/chapters/{infrastructure.mdx β†’ 5-infrastructure.mdx} RENAMED
File without changes
app/src/content/chapters/{conclusions.mdx β†’ 6-conclusions.mdx} RENAMED
File without changes
app/src/content/chapters/{appendix.mdx β†’ 7-appendix.mdx} RENAMED
File without changes