Skip to content

folio-org/docs

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2023
Mar 17, 2025
Jan 23, 2023
May 2, 2023
Dec 30, 2024
May 9, 2022
Dec 14, 2024
Feb 23, 2021
Oct 21, 2020
Oct 21, 2020
Jun 18, 2024
Oct 21, 2020
Nov 13, 2024
Nov 1, 2021
Aug 2, 2021
Oct 21, 2020

Repository files navigation

FOLIO Documentation

Copyright (C) 2017-2024 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.

Introduction

This is the documentation for FOLIO apps. If working with this Hugo site locally, be sure to execute

git submodule update --init --recursive

before attempting to build with Hugo for the first time.

Serve with Docker

One way to locally serve the site is with Docker

  1. Install Docker for your operating system
  2. From the docs directory, run
docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:ext-alpine server

Serve locally with Hugo

Another option is to run Hugo locally on your computer

  1. Install Hugo for your operating system
  2. From the docs directory, run
hugo server -D

Preview the Docs site

After serving, visit http://localhost:1313

FOLIO Documentation Working Group

Community members who are interested in helping with documentation should reach out to a member of the FOLIO Documentation Working Group to find out how you can help.

For questions regarding documentation, please join the slack channel #folio-documentation and ask there.

Please refer to the FOLIO Documentation Working Group webspace that includes the Basic Workflow in Github for Updating Existing Documentation.

Issue tracker

See project DOCS at the FOLIO issue tracker.