Think the documentation has changed? Check GitHub

2026/05/14

Hi! I’m Okajima, a technical writer in charge of documentation for the LINE Developers site.

Have you ever read the LINE Developers documentation and thought, "Wait, did something change"? You can actually check the change history of the LINE Developers site documentation on GitHub. For more information, see the news from April 8, 2026.

LINE Developers Documentation Source Files

Repository structure

The Markdown files for the LINE Developers site documentation are stored under the docs directory, organized by language.

bash
.
├── en # English
└── ja # Japanese

For example, the structure of the docs/en directory is as follows:

bash
.
├── docs # documentation
│   ├── basics # LINE Platform basics
│   ├── liff # LIFF
│   ├── line-ads-api # LINE Ads API
│   ├── line-conversion-api # LINE Conversion API
│   ├── line-developers-console # LINE Developers Console
│   ├── line-login # LINE Login
│   ├── line-login-sdks # LINE Login SDKs
│   ├── line-mini-app # LINE MINI App
│   ├── messaging-api # Messaging API
│   └── partner-docs # Options for corporate customers
└── reference # API reference
    ├── liff # LIFF (client)
    ├── liff-server # LIFF (server)
    ├── line-login # LINE Login (v2.1)
    ├── line-login-v2 # LINE Login (v2.0)
    ├── line-mini-app # LINE MINI App
    ├── line-notification-messages # LINE notification messages
    ├── messaging-api # Messaging API
    └── partner-docs # Options for corporate customers

Check the change history of the LINE Developers site

To check the change history of the LINE Developers site documentation, open the corresponding Markdown file on GitHub and click the History button. You can view changes made since March 30, 2026.

You can also open the Markdown file for any page directly by clicking the View on GitHub button under the page title on the LINE Developers site.

Wrap-up

Previously, even when you noticed that the LINE Developers site documentation had changed, it wasn't always easy to see what exactly had been updated. Now that you can check the change history on GitHub, you can stay up to date more easily.

I hope this makes your documentation experience even a little better.