Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

cloudlinux/cloudlinux-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install dependencies

$ yarn

Run development server

$ yarn docs:dev

Build static assets

$ yarn docs:build

Adding Images

When adding new images to the documentation, follow these guidelines:

  1. Image Location:

    • Place all images in thedocs/.vuepress/public/images/ directory.
    • Use subdirectories that match your documentation structure. Feel free to create new subdirectories as needed.
    • Avoid placing images directly in theimages directory.
  2. Image Format:

    • Use WebP format for all images. Convert other formats to WebP before adding.
  3. Referencing Images in Markdown:

    • Use relative paths from the root of the public directory.
    • The path structure should mirror your documentation structure.

Example: Adding an image to the Solo CloudLinux User Docs

Let's say you want to add an image toEnd-user Documents > Cloudlinux Solo for end-users.

  1. Convert your image to WebP format and give it a meaningful name, for examplesolo-cloudlinux-dashboard.webp.

    • The filename should be all lowercase and use hyphens to separate words. no spaces or special characters.
    • Use a descriptive name that reflects the image content.
    • No more than 5 words in the filename.
  2. Place the image in the following directory:

    docs/.vuepress/public/images/user-docs/user-docs-solo-cloudlinux
  3. Reference the image in your markdown file:

    ![Solo CloudLinux Dashboard](/images/user-docs/user-docs-solo-cloudlinux/solo-cloudlinux-dashboard.webp)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors28


[8]ページ先頭

©2009-2025 Movatter.jp