library icon indicating copy to clipboard operation
library copied to clipboard

A collaborative documentation site, powered by Google Docs.

Results 81 library issues
Sort by recently updated
recently updated
newest added

### Expected Behavior History should be stored locally in localStorage using a user-specific key, and this history should be used within an hour of it being stored. ### Actual Behavior...

bug

The library app (as I understand the source code) assumes it is mounted at the root ('/') path of a website since all the redirects and auth callbacks start at...

enhancement

### Problem Description We’re interested in being able to restrict access to selected folders, pages and docs. We’d like to use Library for collaborative reporting projects, which would require restricting...

enhancement

### Problem Description @NUKnightLab has its [own style guide](http://orangeline.knightlab.com/), and we would like to use it to style our Library instance and then use select default Library styles such as...

enhancement

### Context (Environment) Knight Lab's installation of Library ### Expected Behavior To see each relevant page only once ### Actual Behavior ![image](https://user-images.githubusercontent.com/46313/58584110-251e9580-821b-11e9-9ca6-ffe510a3e3e8.png) ### To Reproduce I've tried this with other...

bug

### Problem Description Currently, Library utilizes domains to control who can access the site. However, this prohibits access on a person-by-person basis and increases the amount of maintenance needed when...

enhancement
good first issue

### Problem Description Currently, the "Find by Team" section and "Useful Docs" modules are not customizable. We should allow this behavior to be changed via the custom deploy pattern demonstrated...

enhancement

I wish to deploy library to Google App Engine. There is an app.yaml file required and the documentation states that "You can also deploy Library to GAE, using the included...

question

### Description of Change The order of operations meant that previously when the LOG_LEVEL environment value was set, its value was ignored and instead we always set the log level...

### Description of Change Fix authentication compatibility for datastore when using workload identity rather than manual credentials. ### Related Issue N/A ### Motivation and Context When using workload identity, `getAuth()`...