Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions packages/ia-topnav/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,10 @@ npm i -S @internetarchive/ia-topnav

## Usage

@see [www/index.html](www/index.html) for the simplest example with all the defaults

* Demo app is in another directory: `/www/index.html`
* `npm run start` - runs local server in Demo directory which is in `/www` folder
* you can also just use your preferred server
* open demo: `http://localhost:8000/www/index.html`

It shows a dynamic change of the logged in user name -- and how it will re-paint the menus.


```js
// ia-top-nav.js
import IATopNav from '@internetarchive/ia-topnav';
export default IATopNav;
import { IATopNav } from '@internetarchive/ia-topnav';
export { IATopNav };
```

```html
Expand Down
12 changes: 0 additions & 12 deletions packages/ia-wayback-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,3 @@ Run the tests with `npm run test`.

We use web-test-runner:
https://modern-web.dev/docs/test-runner/overview/

## Structure


* index.js - main component export
* Demo app is in another directory: `/www/index.html`
* `npm run start` - runs local server in Demo directory which is in `/www` folder
* you can also just use your preferred server
* open demo: `http://localhost:8000/www/index.html`
* /src/wayback-search.js - main component definition
* /stories - Storybook setup
* /test - unit tests
Binary file removed www/favicon.ico
Binary file not shown.
81 changes: 0 additions & 81 deletions www/ia-topnav/index.html

This file was deleted.

1 change: 0 additions & 1 deletion www/ia-topnav/src

This file was deleted.

57 changes: 0 additions & 57 deletions www/ia-wayback-search/index.html

This file was deleted.

1 change: 0 additions & 1 deletion www/ia-wayback-search/src

This file was deleted.

9 changes: 0 additions & 9 deletions www/index.html

This file was deleted.

Loading