# fk-oras-docs **Repository Path**: infrastlabs/fk-oras-docs ## Basic Information - **Project Name**: fk-oras-docs - **Description**: oras-docs: versioned_docs/version-1.3 - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://github.com/oras-project/oras-www/tree/main/versioned_docs/version-1.3 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-27 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Netlify Status](https://api.netlify.com/api/v1/badges/db61db6e-a953-4b02-b5fb-7f04f018b9d8/deploy-status)](https://app.netlify.com/sites/oras-project/deploys) # ORAS Documentation Source for ORAS website and documentation

banner

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [This website](https://oras.land/) is built using [Docusaurus 2](https://v2.docusaurus.io/). Pages and components are built in JavaScript, and styles are written in vanilla CSS.
oras.land
# Development ## Online one-click setup You can use Gitpod (a free, online, VS Code-like IDE) for contributing. With a single click, it will launch a workspace (for Docusaurus 2) automatically: - clone the docusaurus repo. - install the dependencies. - run `npm start` So that you can start contributing straight away. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/oras-project/oras-www) ## System Requirements - [Node.js v18.x](https://nodejs.org/en/download/) and above ## Installation ```script npm install ``` ## Local development ```script npm run start ``` This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server. The site will be available at http://localhost:3000/ ## Build for production ```script npm run build ``` This command generates static content into the `build` directory and can be served using any static contents hosting service. For that purpose, you can also use: ```script npm run serve ``` ## Generated Command Pages Do not manually modify files in `versioned_docs` directory because they are generated from the command help text. If there are changes needed in the command documentation, make fixes to the command help text. When you run the build, `npm run refresh-commands` is run to update the files. If any of the files are out of date, they will show up as modified. See the comments in `tools/refresh-commands.sh` for more details. ## Code of Conduct This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md). See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for further details. ## Contributions Thank you for considering to contribute to the project, We appreciate your time and effort. Checkout the [Contribution Guide](https://oras.land/docs/community/contributing_guide) to know more about contributing.