mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-12-11 15:15:44 +00:00
Use the right code sample file of docs
This commit is contained in:
@@ -8,7 +8,7 @@ use regex::Regex;
|
|||||||
use serde_json::{json, Value};
|
use serde_json::{json, Value};
|
||||||
use utoipa::OpenApi;
|
use utoipa::OpenApi;
|
||||||
|
|
||||||
const CODE_SAMPLES_URL: &str = "https://raw.githubusercontent.com/meilisearch/documentation/6a694aad651772cc3805fb39ab4f0d92273795de/.code-samples.meilisearch.yaml";
|
const CODE_SAMPLES_URL: &str = "https://raw.githubusercontent.com/meilisearch/documentation/refs/heads/main/.code-samples.meilisearch.yaml";
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
#[command(name = "openapi-generator")]
|
#[command(name = "openapi-generator")]
|
||||||
|
|||||||
Reference in New Issue
Block a user