Giter Site home page Giter Site logo

avalonia-docs's Introduction

Avalonia UI logo

Avalonia UI Documentation

The repository holds the code and markdown source files for the Avalonia UI documentation website, which is accessible at docs.avaloniaui.net

Index

Feedback

We welcome your valuable feedback on the documentation! Please feel free to join our Community on Telegram and send us a message. We would be delighted to hear from you and assist you with any queries or concerns you may have.

Documentation Issues

If you come across any issues with the documentation or have a feature request related explicitly to it, we encourage you to create a new GitHub issue. Before creating a new issue, we kindly request that you check for existing issues to avoid duplication.

Contributing

To contribute to Avalonia UI documentation, you need to fork this repository and submit a pull request for the Markdown and/or image changes that you're proposing.

Workflow

The two suggested workflows are:

  • For small changes, use the "Edit this page" button on each page to edit the Markdown file directly on GitHub.
  • If you plan to make significant changes or preview the changes locally, clone the repo to your system to and follow the installation and local development steps in Local setup.

Conventions

  • The front matter for every markdown file should include the id and a title. id will be used to reference the file in sidebar.js or version-x.x.x-sidebars.json for a specific version.

    ---
    id: platform-support
    title: Supported Platforms
    ---
  • Use lowercase for file and folder names and dashes - as separators. For example:

    • /docs/getting-started/ide-extensions.md
    • /docs/how-to/use-google-fonts.md
  • Images are important to bring the product to life and clarify the written content. For images you're adding to the repo, store them in the img subfolder inside static folder. For every topic there needs to be a folder inside \static\img\ section, for example: static\img\how-to\use-google-fonts\download-font.png. When you link to an image, the path and filename are case-sensitive. The convention is for image filenames to be all lowercase and use dashes - for separators.

    Example code for adding an image in markdown file:

    <div style={{textAlign: 'center'}}>
    
    <img className="screenshot-full" src="/img/button-group.png" alt="Button group" />
    
    </div>
    

Local setup

Requirements

  • Node version >= 18

Setup

npm install

Starting

npx docusaurus start

Thanks ๐Ÿ’œ

Thanks for all your contributions and efforts towards improving the Avalonia UI documentation. We thank you being part of our โœจ community โœจ!

avalonia-docs's People

Contributors

maxkatz6 avatar mikecodesdotnet avatar grokys avatar dmimukh avatar zdpcdt avatar robloo avatar n20amaral avatar emmauss avatar timunie avatar 239573049 avatar arhell avatar woojamon avatar blue00 avatar stevemonaco avatar philippe-laval avatar jmacato avatar ibram-reda avatar mrcubix avatar rabbitism avatar damiansuess avatar mrunion avatar workgroupengineering avatar nsrahmad avatar rtazaki avatar ivanrainbolt avatar firehawkv21 avatar quieneemi avatar thevortexcloud avatar wieslawsoltes avatar takoooooo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.