Skip to content

Commit

Permalink
chore(service/vercel_artifacts): add doc in backend (#3508)
Browse files Browse the repository at this point in the history
feat(vercel_artifacts): add doc in backend
  • Loading branch information
caicancai authored Nov 7, 2023
1 parent 58f1202 commit b92fea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/services/vercel_artifacts/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ use super::writer::VercelArtifactsWriter;
use crate::raw::*;
use crate::*;

#[doc = include_str!("docs.md")]
#[derive(Clone)]
pub struct VercelArtifactsBackend {
pub(crate) access_token: String,
Expand Down

0 comments on commit b92fea8

Please sign in to comment.