Skip to content

Commit

Permalink
moves to tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Dec 29, 2024
1 parent e2ef8f6 commit 0e2c490
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const navTemp = {
{ text: 'Get Started', link: '/get_started' },
{ text: 'Manual',
items: [
{ text: 'Array Operations', link: '/manual/array_operations' },
{ text: 'Data Sources', link: '/manual/data_sources' },
{ text: 'Methods',
items: [
Expand Down Expand Up @@ -51,10 +50,11 @@ const navTemp = {
items: [
{ text: '',
items: [
{ text: 'Plots.jl', link: '/manual/plotting' },
{ text: 'Makie.jl', link: 'manual/plot_makie' },
{ text: 'Plots.jl', link: '/tutorials/plotting' },
{ text: 'Makie.jl', link: '/tutorials/plot_makie' },
]
},
{ text: 'Array Operations', link: '/tutorials/array_operations' },
{ text: 'Spatial mean', link: '/tutorials/spatial_mean' },
{ text: 'Reprojection and resampling', link: '/tutorials/resample_warp'},
{ text: 'Species Distribution Modelling', link: '/tutorials/gbif_wflow' },
Expand Down Expand Up @@ -124,9 +124,9 @@ export default defineConfig({
{ text: 'Get Started', link: '/get_started' },
{ text: 'Manual',
items: [
{ text: 'Array Operations', link: '/manual/array_operations' },
{ text: 'Data Sources', link: '/manual/data_sources' },
{ text: 'Methods',
collapsed: true,
items: [
{ text: 'Overview', link: '/manual/methods' },
{ text: 'rasterize', link: '/api#Rasters.rasterize' },
Expand Down Expand Up @@ -157,10 +157,11 @@ export default defineConfig({
items: [
{ text: '',
items: [
{ text: 'Plots.jl', link: '/manual/plotting' },
{ text: 'Makie.jl', link: 'manual/plot_makie' },
{ text: 'Plots.jl', link: '/tutorials/plotting' },
{ text: 'Makie.jl', link: '/tutorials/plot_makie' },
]
},
},
{ text: 'Array Operations', link: '/tutorials/array_operations' },
{ text: 'Spatial mean', link: '/tutorials/spatial_mean' },
{ text: 'Reprojection and resampling', link: '/tutorials/resample_warp'},
{ text: 'Species Distribution Modelling', link: '/tutorials/gbif_wflow' },
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0e2c490

Please sign in to comment.