Skip to content

Commit 7c4cae1

Browse files
committed
Fix release information for 5.0 dev docs intro page
1 parent 4f2c361 commit 7c4cae1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/intro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
id: introduction
33
title: Introduction
4-
description: Developer documentation for Moodle 4.5.
4+
description: Developer documentation for Moodle 5.0.
55
slug: /
66
tags:
77
- Getting started
88
---
99

10-
Welcome to the Developer Documentation for **Moodle 4.5**.
10+
Welcome to the Developer Documentation for **Moodle 5.0**.
1111

1212
This documentation is version-specific and includes a range of useful guides and information.
1313

@@ -23,4 +23,4 @@ This documentation is version-specific and includes a range of useful guides and
2323

2424
import ReleaseStateSummary from '@site/src/components/ReleaseStateSummary';
2525

26-
<ReleaseStateSummary releaseName="4.5" />
26+
<ReleaseStateSummary releaseName="5.0" />

0 commit comments

Comments
 (0)