Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

Source of the Moodle Developer Resources and Documentation

License

NotificationsYou must be signed in to change notification settings

moodle/devdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitpod Ready-to-CodeCI ScoreLint statusBuild statusBuild status

Introduction

This repository includes the source for the Moodle Developer Resources - acollection of resources aimed at making your life as a Moodle Developer easier.

Contributing

These resources are written by developers, for developers. We value your inputand your help in adding to them.

There are many ways that you can help, from reporting inaccuracies, and missingdocumentation, to making small corrections and, of course, creating newresources for others to make use of.

If you plan to contribute, then you may wish to setup a local developmentenvironment to make it easier to do so.

We highly recommend that you read ourdocumentation contributions guide, which includes important information ongetting started.

Installation

For more information on the installation process see ourinstallation documentation, but if you want to jump right in then the easiest way is usingNVM and then running:

nvm installnpm i -g yarnyarnyarn start

Building your content

During development you will almost certainly want to use the yarn development server, however you will sometimes need to build the content to use certainfeatures.

This is easily achieved with yarn:

yarn build

This command will compile all of the documentation into static HTML files complete with all appropriate resources.

As part of this build, the validity of all internal links will be checked. For this reason we strongly recommend building the content locally before submitting a pull request as broken internal links will lead to a build failureimmediately.

You may also need to configure the build to view it locally. This can be achieved using a.env file in the project root. For more information on the format of the.env file, see the documentation in the.env.default file.


[8]ページ先頭

©2009-2025 Movatter.jp