Skip to content

Commit

Permalink
Merge pull request appwrite#456 from appwrite/fix-tutorial-order
Browse files Browse the repository at this point in the history
Add Refine to framework order
  • Loading branch information
eldadfux authored Dec 22, 2023
2 parents ad9d3c4 + 808b236 commit adf2c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/tutorials/+page.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { base } from '$app/paths';
import type { Tutorial } from '$markdoc/layouts/Tutorial.svelte';

const framework_order = ['React', 'Vue', 'SvelteKit'];
const framework_order = ['React', 'Vue', 'SvelteKit', 'Refine'];

export async function load() {
const tutorialsGlob = import.meta.glob('./**/step-1/+page.markdoc', {
Expand Down

0 comments on commit adf2c54

Please sign in to comment.